svn commit: r329641 - head/security/pgp
John Marino
marino at FreeBSD.org
Sun Oct 6 23:34:30 UTC 2013
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
More information about the svn-ports-all
mailing list