diff options
author | obrien <obrien@FreeBSD.org> | 2001-01-12 18:52:01 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-01-12 18:52:01 +0800 |
commit | 342d0415479e690958b1560e954529d943187cd8 (patch) | |
tree | 20ebc8c043ec15e37d383b36ceb05df35fb61c8e /security/tea-total/Makefile | |
parent | 7b173c73704f54955090f0ccafe782632e91ae55 (diff) | |
download | freebsd-ports-gnome-342d0415479e690958b1560e954529d943187cd8.tar.gz freebsd-ports-gnome-342d0415479e690958b1560e954529d943187cd8.tar.zst freebsd-ports-gnome-342d0415479e690958b1560e954529d943187cd8.zip |
Update to version 0.4.
Diffstat (limited to 'security/tea-total/Makefile')
-rw-r--r-- | security/tea-total/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/tea-total/Makefile b/security/tea-total/Makefile index 03b921399965..c0dccedf720d 100644 --- a/security/tea-total/Makefile +++ b/security/tea-total/Makefile @@ -7,7 +7,7 @@ # PORTNAME= tea-total -PORTVERSION= 0.1 +PORTVERSION= 0.4 CATEGORIES= security MASTER_SITES= ftp://ftp.linuxhacker.org/pub/tea-total/ \ http://www.linuxhacker.org/tea-total/ @@ -17,7 +17,7 @@ MAINTAINER= obrien@FreeBSD.org # code is not 64-bit clean... ONLY_FOR_ARCHS= i386 -post-install: - cd ${WRKSRC} ; ${INSTALL_PROGRAM} tea tea-keygen untea ${PREFIX}/bin +USE_GMAKE= yes +MAN1= teatotal.1 tea.1 untea.1 tea-kgen.1 .include <bsd.port.mk> |