diff options
author | Steve Price <steve@FreeBSD.org> | 1999-11-01 01:27:47 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-11-01 01:27:47 +0000 |
commit | a0749ab96592f7984bfbf013686501a0afdf711b (patch) | |
tree | 783df132246b41a16e9ed8c9f7cee3562ebf49d6 /security/gpasman/Makefile | |
parent | 929232d78a28392b26fdda57e71f60e48930e5f3 (diff) |
Update to version 1.3.0.
PR: 13826
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=22773
Diffstat (limited to 'security/gpasman/Makefile')
-rw-r--r-- | security/gpasman/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/security/gpasman/Makefile b/security/gpasman/Makefile index b5bffa04d43b..7743461cc861 100644 --- a/security/gpasman/Makefile +++ b/security/gpasman/Makefile @@ -1,14 +1,14 @@ # New ports collection makefile for: gpasman -# Version required: 1.1.3 +# Version required: 1.3.0 # Date created: Mon Mai 10 1999 # Whom: domi@saargate.de # # $FreeBSD$ # -DISTNAME= gpasman-1.1.3 +DISTNAME= gpasman-1.3.0 CATEGORIES= security -MASTER_SITES= http://www.student.wau.nl/~olivier/gpasman/ +MASTER_SITES= http://gpasman.nl.linux.org/ MAINTAINER= domi@saargate.de @@ -18,4 +18,7 @@ USE_GMAKE= yes USE_X_PREFIX= yes GNU_CONFIGURE= yes +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/src/gpasman ${PREFIX}/bin + .include <bsd.port.mk> |