diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-05 17:21:11 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-05 17:21:11 +0000 |
commit | 4ac2097c2fba85847c058f2b19131b7a7686afdc (patch) | |
tree | f4791828347514ec73aa0b7858886da64c0f839e /security/gtkpasman | |
parent | be224835799585e73c0f7673ba22385795fce058 (diff) | |
download | ports-4ac2097c2fba85847c058f2b19131b7a7686afdc.tar.gz ports-4ac2097c2fba85847c058f2b19131b7a7686afdc.zip |
Notes
Diffstat (limited to 'security/gtkpasman')
-rw-r--r-- | security/gtkpasman/Makefile | 15 | ||||
-rw-r--r-- | security/gtkpasman/distinfo | 4 | ||||
-rw-r--r-- | security/gtkpasman/files/pkg-message.in (renamed from security/gtkpasman/pkg-message) | 1 |
3 files changed, 9 insertions, 11 deletions
diff --git a/security/gtkpasman/Makefile b/security/gtkpasman/Makefile index cc0d588ca42e..287d1fe4c23e 100644 --- a/security/gtkpasman/Makefile +++ b/security/gtkpasman/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gtkpasman -PORTVERSION= 0.6 +PORTVERSION= 0.7 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,8 +14,6 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= phil@teaser.fr COMMENT= A GTK+ passwords manager for system and network administrators -DOCS= README src/gpasman4.sample - RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg BUILD_DEPENDS+= gdk-pixbuf-config:${PORTSDIR}/graphics/gdk-pixbuf @@ -23,10 +21,15 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gtk12 GNU_CONFIGURE= yes +USE_ACLOCAL_VER= 14 +USE_AUTOMAKE_VER= 14 +SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message +DOCS= README src/gpasman4.sample PLIST_FILES= bin/gtkpasman + .if !defined(NOPORTDOCS) PORTDOCS= README gpasman4.sample .endif @@ -38,11 +41,7 @@ do-install: ${INSTALL_MAN} ${DOCS:S,^,${WRKSRC}/,} ${DOCSDIR} .endif -.for text in pkg-message - @${SED} -e 's,%%PREFIX%%,${PREFIX},g' \ - ${PKGDIR}/${text} >${WRKDIR}/${text} -.endfor - +post-install: @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> diff --git a/security/gtkpasman/distinfo b/security/gtkpasman/distinfo index 3ea49b51f4b5..954b2ae39685 100644 --- a/security/gtkpasman/distinfo +++ b/security/gtkpasman/distinfo @@ -1,2 +1,2 @@ -MD5 (gtkpasman-0.6.tar.gz) = 89bb1f4b2e65cb4c911586e0f2fbcbd5 -SIZE (gtkpasman-0.6.tar.gz) = 108978 +MD5 (gtkpasman-0.7.tar.gz) = f44b33d095e998279473a3879d797562 +SIZE (gtkpasman-0.7.tar.gz) = 106964 diff --git a/security/gtkpasman/pkg-message b/security/gtkpasman/files/pkg-message.in index 4a0260ea42fc..1abd72bf9658 100644 --- a/security/gtkpasman/pkg-message +++ b/security/gtkpasman/files/pkg-message.in @@ -8,4 +8,3 @@ You may find this file useful while making your own password file. Also note that the File->Open function is not implemented yet. ##################################################################### - |