diff options
author | nbm <nbm@FreeBSD.org> | 2000-09-23 18:25:22 +0000 |
---|---|---|
committer | nbm <nbm@FreeBSD.org> | 2000-09-23 18:25:22 +0000 |
commit | 4acce3bb13d86bee0d5b7f061cd5c6e3e237bf5f (patch) | |
tree | 7c274b228af28742c2e56e3e7060a1501ead4e15 /security/pad | |
parent | 58343030028465a60485743b6048765665875703 (diff) | |
download | FreeBSD-ports-4acce3bb13d86bee0d5b7f061cd5c6e3e237bf5f.zip FreeBSD-ports-4acce3bb13d86bee0d5b7f061cd5c6e3e237bf5f.tar.gz |
Update to 0.7.
PR: 21503
Submitted by: Trevor Johnson <trevor@jpj.net> (maintainer)
Diffstat (limited to 'security/pad')
-rw-r--r-- | security/pad/Makefile | 20 | ||||
-rw-r--r-- | security/pad/distinfo | 2 | ||||
-rw-r--r-- | security/pad/pkg-comment | 2 | ||||
-rw-r--r-- | security/pad/pkg-plist | 2 |
4 files changed, 12 insertions, 14 deletions
diff --git a/security/pad/Makefile b/security/pad/Makefile index b627f58..b309e5f 100644 --- a/security/pad/Makefile +++ b/security/pad/Makefile @@ -6,27 +6,23 @@ # PORTNAME= pad -PORTVERSION= 0.5 +PORTVERSION= 0.7 CATEGORIES= security MASTER_SITES= http://www.lammah.com/pad/ EXTRACT_SUFX= .tgz MAINTAINER= trevor@jpj.net -post-extract: - @${RM} ${WRKSRC}/install-sh ${WRKSRC}/mkinstalldirs \ - ${WRKSRC}/missing ${WRKSRC}/INSTALL ${WRKSRC}/COPYING - @${TOUCH} ${WRKSRC}/install-sh ${WRKSRC}/mkinstalldirs \ - ${WRKSRC}/missing ${WRKSRC}/INSTALL ${WRKSRC}/COPYING - +DOC_FILES= COPYING README ChangeLog GNU_CONFIGURE= yes -USE_AUTOMAKE= yes -USE_GMAKE= yes -post-install: +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/pad ${PREFIX}/bin .if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/pad - @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/pad + ${MKDIR} ${PREFIX}/share/doc/pad +.for i in ${DOC_FILES} + ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/pad +.endfor .endif .include <bsd.port.mk> diff --git a/security/pad/distinfo b/security/pad/distinfo index b7eca96..70873f8 100644 --- a/security/pad/distinfo +++ b/security/pad/distinfo @@ -1 +1 @@ -MD5 (pad-0.5.tgz) = 5541ecdfcf73569f0fee5d0cbdf1cf2f +MD5 (pad-0.7.tgz) = 6ca3c9e8b7a536a0adfe8e6efbdb9155 diff --git a/security/pad/pkg-comment b/security/pad/pkg-comment index c951854..e9367cf 100644 --- a/security/pad/pkg-comment +++ b/security/pad/pkg-comment @@ -1 +1 @@ -A commandline utility to encrypt files +A command-line utility to encrypt files diff --git a/security/pad/pkg-plist b/security/pad/pkg-plist index 3f718bc..774f268 100644 --- a/security/pad/pkg-plist +++ b/security/pad/pkg-plist @@ -1,3 +1,5 @@ bin/pad +share/doc/pad/COPYING share/doc/pad/README +share/doc/pad/ChangeLog @dirrm share/doc/pad |