Date: Sun, 6 Oct 2013 23:34:30 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329641 - head/security/pgp Message-ID: <201310062334.r96NYUff081803@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Sun Oct 6 23:34:30 2013 New Revision: 329641 URL: http://svnweb.freebsd.org/changeset/ports/329641 Log: security/pgp: Adjust so this port builds on DragonFly out of the box This change should have no effect on FreeBSD uses, but it allows a local patch to be removed from dports. Modified: head/security/pgp/Makefile Modified: head/security/pgp/Makefile ============================================================================== --- head/security/pgp/Makefile Sun Oct 6 23:22:08 2013 (r329640) +++ head/security/pgp/Makefile Sun Oct 6 23:34:30 2013 (r329641) @@ -16,7 +16,7 @@ NO_STAGE= yes WRKSRC= ${WRKDIR}/src MAKEFILE= makefile -ALL_TARGET= freebsd-${ARCH} +ALL_TARGET= freebsd-${ARCH:S/x86_64/amd64/} MAKE_ENV= OS_CFLAGS="${CFLAGS}" PGPLIB= ${PREFIX}/share/pgp MAN1= pgp.1 pgp2.1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310062334.r96NYUff081803>