diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-11-19 01:03:53 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-11-19 01:03:53 +0800 |
commit | 2e42552fe5a29efacf7aa0ff7e9d473c4c7bd65a (patch) | |
tree | a82511504df45ad6f76d8cec2b0543e832f5a925 /security/pgp | |
parent | 1f85fc6130af5abe39e320f4a465d7553e6e9752 (diff) | |
download | freebsd-ports-gnome-2e42552fe5a29efacf7aa0ff7e9d473c4c7bd65a.tar.gz freebsd-ports-gnome-2e42552fe5a29efacf7aa0ff7e9d473c4c7bd65a.tar.zst freebsd-ports-gnome-2e42552fe5a29efacf7aa0ff7e9d473c4c7bd65a.zip |
- fix COMMENT, contains no longer MIT code
- make portlint happy
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: |