diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-11-18 17:03:53 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-11-18 17:03:53 +0000 |
commit | cb652a0e05ebfb035081cef061d1c5a25f80cc63 (patch) | |
tree | d254028d64c45058dc46b1959fbdc211d0103bd4 /security/pgp | |
parent | d56a4db6412342f43879d4160292578f2205e391 (diff) |
Notes
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 608715f2960a..28afa6d34027 100644 --- a/security/pgp/Makefile +++ b/security/pgp/Makefile @@ -13,8 +13,8 @@ MASTER_SITES= ftp://ftp.ifi.uio.no/pub/pgp/2.x/src/ \ ftp://ftp.kiarchive.ru/pub/unix/crypto/pgp/ DISTNAME= pgp263is -MAINTAINER= ports@FreeBSD.org -COMMENT= PGP MIT or International version - Public-Key encryption for the masses +MAINTAINER= ports@FreeBSD.org +COMMENT= PGP International version - Public-Key encryption for the masses WRKSRC= ${WRKDIR}/src @@ -43,7 +43,7 @@ do-install: -${PREFIX}/bin/pgp > /dev/null 2>&1 # update .idx file post-extract: - cd ${WRKDIR}; $(TAR) -xf pgp263ii.tar; \ + cd ${WRKDIR}; ${TAR} -xf pgp263ii.tar; \ ${RM} -f pgp263ii.tar post-install: |