aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/pipemeter
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2004-02-08 11:13:22 +0800
committerleeym <leeym@FreeBSD.org>2004-02-08 11:13:22 +0800
commit0e26c6a004ab51cfa1f56e260556c6e5c4a3261a (patch)
tree5fac218bab47725e40d1abbd0a03764adcebf325 /sysutils/pipemeter
parent994e1340aea0e9820fa452e88dde6f30db6aff99 (diff)
downloadfreebsd-ports-gnome-0e26c6a004ab51cfa1f56e260556c6e5c4a3261a.tar.gz
freebsd-ports-gnome-0e26c6a004ab51cfa1f56e260556c6e5c4a3261a.tar.zst
freebsd-ports-gnome-0e26c6a004ab51cfa1f56e260556c6e5c4a3261a.zip
update to 0.9
replace pkg-plist with PORTDOCS and PLIST_FILES PR: 62505 Submitted by: Len Sassaman <rabbi@abditum.com>
Diffstat (limited to 'sysutils/pipemeter')
-rw-r--r--sysutils/pipemeter/Makefile7
-rw-r--r--sysutils/pipemeter/distinfo3
-rw-r--r--sysutils/pipemeter/pkg-plist5
3 files changed, 6 insertions, 9 deletions
diff --git a/sysutils/pipemeter/Makefile b/sysutils/pipemeter/Makefile
index fafac48d224a..4bfe78820ee8 100644
--- a/sysutils/pipemeter/Makefile
+++ b/sysutils/pipemeter/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= pipemeter
-PORTVERSION= 0.8.4
+PORTVERSION= 0.9
CATEGORIES= sysutils
MASTER_SITES= http://ports.abditum.com/pipemeter/ \
http://spamaps.org/files/pipemeter/
@@ -18,14 +18,15 @@ GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= pipemeter.1
-DOCS= Changelog README
+PORTDOCS= Changelog README
+PLIST_FILES= bin/pipemeter
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pipemeter ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/pipemeter.1 ${MAN1PREFIX}/man/man1
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
- cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
+ cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>
diff --git a/sysutils/pipemeter/distinfo b/sysutils/pipemeter/distinfo
index 4c76eb5c564e..17ea70f246b9 100644
--- a/sysutils/pipemeter/distinfo
+++ b/sysutils/pipemeter/distinfo
@@ -1 +1,2 @@
-MD5 (pipemeter-0.8.4.tar.gz) = fa2b9e95d518ebaaf3925f4fc2444e7b
+MD5 (pipemeter-0.9.tar.gz) = 101da1e002674a97769f812a62c4610a
+SIZE (pipemeter-0.9.tar.gz) = 54651
diff --git a/sysutils/pipemeter/pkg-plist b/sysutils/pipemeter/pkg-plist
deleted file mode 100644
index 2c99750e01e0..000000000000
--- a/sysutils/pipemeter/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-@comment $FreeBSD$
-bin/pipemeter
-%%PORTDOCS%%%%DOCSDIR%%/Changelog
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%@dirrm %%DOCSDIR%%