aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-03-09 10:04:15 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-03-09 10:04:15 +0000
commit4ecaa9d7a8b367a418d5a4325cb066bec49787d0 (patch)
treed5c77e823d9068aeff7717621a46f88f742616c1
parentabc0999d3222303738221716fb3032240cd6e5f8 (diff)
downloadports-4ecaa9d7a8b367a418d5a4325cb066bec49787d0.tar.gz
ports-4ecaa9d7a8b367a418d5a4325cb066bec49787d0.zip
Notes
-rw-r--r--sysutils/zisofs-tools/Makefile8
-rw-r--r--sysutils/zisofs-tools/distinfo1
-rw-r--r--sysutils/zisofs-tools/pkg-plist5
3 files changed, 7 insertions, 7 deletions
diff --git a/sysutils/zisofs-tools/Makefile b/sysutils/zisofs-tools/Makefile
index 57d290005e3f..f4f30310a33d 100644
--- a/sysutils/zisofs-tools/Makefile
+++ b/sysutils/zisofs-tools/Makefile
@@ -14,6 +14,8 @@ MASTER_SITES= http://www.kernel.org/pub/linux/utils/fs/zisofs/
MAINTAINER= chip-set@mail.ru
COMMENT= User utilities for zisofs
+PORTDOCS= README CHANGES INSTALL
+
USE_AUTOCONF_VER= 253
USE_BZIP2= yes
USE_GMAKE= yes
@@ -22,11 +24,13 @@ GNU_CONFIGURE= yes
MAN1= mkzftree.1
+PLIST_FILES= bin/mkzftree
+
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
-.for file in CHANGES README INSTALL
- @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
+.for f in ${PORTDOCS}
+ @${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif
diff --git a/sysutils/zisofs-tools/distinfo b/sysutils/zisofs-tools/distinfo
index 8ab2d42726a4..a2ea4a9ce9f7 100644
--- a/sysutils/zisofs-tools/distinfo
+++ b/sysutils/zisofs-tools/distinfo
@@ -1 +1,2 @@
MD5 (zisofs-tools-1.0.4.tar.bz2) = 2a208a774245074223146a87dc94e550
+SIZE (zisofs-tools-1.0.4.tar.bz2) = 40951
diff --git a/sysutils/zisofs-tools/pkg-plist b/sysutils/zisofs-tools/pkg-plist
deleted file mode 100644
index 9eb3a0200fc1..000000000000
--- a/sysutils/zisofs-tools/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-bin/mkzftree
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/CHANGES
-%%PORTDOCS%%%%DOCSDIR%%/INSTALL
-%%PORTDOCS%%@dirrm %%DOCSDIR%%