aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/portmon
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-03-20 18:36:08 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-03-20 18:36:08 +0000
commita13ca629367507a989e07910f4bf2744eeda77ef (patch)
tree3145ea4b5343ed97a3ecd37c29a9365702dfd55a /net-mgmt/portmon
parentac713d58f1df6c3eb55281a8593bf182a4749ce5 (diff)
downloadports-a13ca629367507a989e07910f4bf2744eeda77ef.tar.gz
ports-a13ca629367507a989e07910f4bf2744eeda77ef.zip
- Utilize PLIST_FILES
Notes
Notes: svn path=/head/; revision=104763
Diffstat (limited to 'net-mgmt/portmon')
-rw-r--r--net-mgmt/portmon/Makefile7
-rw-r--r--net-mgmt/portmon/pkg-plist4
2 files changed, 4 insertions, 7 deletions
diff --git a/net-mgmt/portmon/Makefile b/net-mgmt/portmon/Makefile
index 685a2e2e9b3f..32a87b6f7c63 100644
--- a/net-mgmt/portmon/Makefile
+++ b/net-mgmt/portmon/Makefile
@@ -16,13 +16,14 @@ COMMENT= Daemon that monitor network services
GNU_CONFIGURE= yes
USE_GETOPT_LONG= yes
USE_REINPLACE= yes
-USE_SIZE= yes
MAN8= portmon.8
+PORTDOCS= README
+PLIST_FILES= bin/portmon etc/portmon.hosts.sample
+
post-patch:
- @${REINPLACE_CMD} -e \
- 's|/etc|${PREFIX}/etc|g' \
+ @${REINPLACE_CMD} -e 's|/etc|${PREFIX}/etc|g' \
${WRKSRC}/extras/${PORTNAME}.8
do-install:
diff --git a/net-mgmt/portmon/pkg-plist b/net-mgmt/portmon/pkg-plist
deleted file mode 100644
index 38ad7eee5858..000000000000
--- a/net-mgmt/portmon/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-bin/portmon
-etc/portmon.hosts.sample
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%@dirrm %%DOCSDIR%%