summaryrefslogtreecommitdiff
path: root/security/pad
diff options
context:
space:
mode:
authorNeil Blakey-Milner <nbm@FreeBSD.org>2000-09-23 18:25:22 +0000
committerNeil Blakey-Milner <nbm@FreeBSD.org>2000-09-23 18:25:22 +0000
commit5346583ee65930f5a0897a26b3543114e3563777 (patch)
tree427c9008459a1b12b74425d728a902dfab2595ea /security/pad
parentUpdate to version 0.6.9. (diff)
Update to 0.7.
PR: 21503 Submitted by: Trevor Johnson <trevor@jpj.net> (maintainer)
Notes
Notes: svn path=/head/; revision=33044
Diffstat (limited to 'security/pad')
-rw-r--r--security/pad/Makefile20
-rw-r--r--security/pad/distinfo2
-rw-r--r--security/pad/pkg-comment2
-rw-r--r--security/pad/pkg-plist2
4 files changed, 12 insertions, 14 deletions
diff --git a/security/pad/Makefile b/security/pad/Makefile
index b627f584b6a7..b309e5f30dc8 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 b7eca961acf2..70873f857d03 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 c95185428125..e9367cfd7cc2 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 3f718bc2ebfc..774f2684677c 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