diff options
Diffstat (limited to 'net-mgmt/portmon/Makefile')
-rw-r--r-- | net-mgmt/portmon/Makefile | 7 |
1 files changed, 4 insertions, 3 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: |