diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-04-14 15:51:21 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-04-14 15:51:21 +0000 |
commit | a2ef90f23cae8d9b17d9756d61253a7ad516474c (patch) | |
tree | 9802ad4989e9910916c2c43112030f7817c08931 /security/gtkpasman/Makefile | |
parent | 54edc6cde99aac9f05a305076086f9cebbf272cd (diff) | |
download | ports-a2ef90f23cae8d9b17d9756d61253a7ad516474c.tar.gz ports-a2ef90f23cae8d9b17d9756d61253a7ad516474c.zip |
Notes
Diffstat (limited to 'security/gtkpasman/Makefile')
-rw-r--r-- | security/gtkpasman/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/security/gtkpasman/Makefile b/security/gtkpasman/Makefile index 5003adac89a5..cc0d588ca42e 100644 --- a/security/gtkpasman/Makefile +++ b/security/gtkpasman/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gtkpasman -PORTVERSION= 0.5 -PORTREVISION= 1 +PORTVERSION= 0.6 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -27,6 +26,11 @@ GNU_CONFIGURE= yes PKGMESSAGE= ${WRKDIR}/pkg-message +PLIST_FILES= bin/gtkpasman +.if !defined(NOPORTDOCS) +PORTDOCS= README gpasman4.sample +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/gtkpasman ${PREFIX}/bin .if !defined(NOPORTDOCS) |