diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2013-09-21 11:06:03 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2013-09-21 11:06:03 +0000 |
commit | 1e3119b07ebe66367ead55242a47710e556bf383 (patch) | |
tree | 2051ba0023bbf060fa37051dc7fc6990710a53b1 /security/pgp | |
parent | 0dea0192303406b3b949a31479a4264b58bafce6 (diff) | |
download | ports-1e3119b07ebe66367ead55242a47710e556bf383.tar.gz ports-1e3119b07ebe66367ead55242a47710e556bf383.zip |
- fix misplaced NO_STAGE in slaveports and ifdefs
Notes
Notes:
svn path=/head/; revision=327804
Diffstat (limited to 'security/pgp')
-rw-r--r-- | security/pgp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/pgp/Makefile b/security/pgp/Makefile index 94f6746941ad..9a80f8de1618 100644 --- a/security/pgp/Makefile +++ b/security/pgp/Makefile @@ -11,16 +11,16 @@ DISTNAME= pgp263is MAINTAINER= ports@FreeBSD.org COMMENT= PGP International version - Public-Key encryption for the masses -WRKSRC= ${WRKDIR}/src +ONLY_FOR_ARCHS= i386 alpha amd64 sparc64 +NO_STAGE= yes +WRKSRC= ${WRKDIR}/src MAKEFILE= makefile ALL_TARGET= freebsd-${ARCH} MAKE_ENV= OS_CFLAGS="${CFLAGS}" PGPLIB= ${PREFIX}/share/pgp MAN1= pgp.1 pgp2.1 -ONLY_FOR_ARCHS= i386 alpha amd64 sparc64 -NO_STAGE= yes do-install: cd ${WRKSRC}; ${INSTALL_PROGRAM} -c -o bin -g bin -m 555 pgp ${PREFIX}/bin cd ${WRKSRC}/../doc; \ |