From a13ca629367507a989e07910f4bf2744eeda77ef Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Sat, 20 Mar 2004 18:36:08 +0000 Subject: - Utilize PLIST_FILES --- net-mgmt/pixilate/Makefile | 4 +++- net-mgmt/pixilate/pkg-plist | 3 --- net-mgmt/portmon/Makefile | 7 ++++--- net-mgmt/portmon/pkg-plist | 4 ---- 4 files changed, 7 insertions(+), 11 deletions(-) delete mode 100644 net-mgmt/pixilate/pkg-plist delete mode 100644 net-mgmt/portmon/pkg-plist (limited to 'net-mgmt') diff --git a/net-mgmt/pixilate/Makefile b/net-mgmt/pixilate/Makefile index 0cd23801b10a..9aad745ba356 100644 --- a/net-mgmt/pixilate/Makefile +++ b/net-mgmt/pixilate/Makefile @@ -24,13 +24,15 @@ LIBS= `${LIBNET_CONFIG} --libs` GNU_CONFIGURE= yes USE_AUTOCONF_VER= 253 USE_AUTOMAKE_VER= 15 -USE_SIZE= yes AUTOMAKE_ARGS= --add-missing CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${LIBS}" CPPFLAGS="-I${LOCALBASE}/include" MAN1= pixilate.1 +PORTDOCS= README +PLIST_FILES= bin/pixilate + post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} diff --git a/net-mgmt/pixilate/pkg-plist b/net-mgmt/pixilate/pkg-plist deleted file mode 100644 index 553d45176f9a..000000000000 --- a/net-mgmt/pixilate/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/pixilate -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%@dirrm %%DOCSDIR%% 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%% -- cgit v1.2.3