diff options
author | krion <krion@FreeBSD.org> | 2004-03-20 18:36:08 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-03-20 18:36:08 +0000 |
commit | 93b328c17da1d0b27fc3aacfd74616fd3143f34d (patch) | |
tree | 7e9709d29bff447e05832af03bc600c71998ad8a /net-mgmt/portmon | |
parent | 33fe5686dc7b268a0e7b80837bfdd1ba98637389 (diff) | |
download | FreeBSD-ports-93b328c17da1d0b27fc3aacfd74616fd3143f34d.zip FreeBSD-ports-93b328c17da1d0b27fc3aacfd74616fd3143f34d.tar.gz |
- Utilize PLIST_FILES
Diffstat (limited to 'net-mgmt/portmon')
-rw-r--r-- | net-mgmt/portmon/Makefile | 7 | ||||
-rw-r--r-- | net-mgmt/portmon/pkg-plist | 4 |
2 files changed, 4 insertions, 7 deletions
diff --git a/net-mgmt/portmon/Makefile b/net-mgmt/portmon/Makefile index 685a2e2..32a87b6 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 38ad7ee..0000000 --- a/net-mgmt/portmon/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/portmon -etc/portmon.hosts.sample -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%@dirrm %%DOCSDIR%% |