aboutsummaryrefslogtreecommitdiffstats
path: root/net/icpld
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-03-21 02:00:04 +0800
committerkrion <krion@FreeBSD.org>2004-03-21 02:00:04 +0800
commit66b5ebbda1395ff790e13aa65125250780bc0c54 (patch)
treea5250308e338e894d42d9b74e891fdf6ebd54aac /net/icpld
parentf353738cb6d6a92ee62ae18ba7d664b55397e789 (diff)
downloadfreebsd-ports-gnome-66b5ebbda1395ff790e13aa65125250780bc0c54.tar.gz
freebsd-ports-gnome-66b5ebbda1395ff790e13aa65125250780bc0c54.tar.zst
freebsd-ports-gnome-66b5ebbda1395ff790e13aa65125250780bc0c54.zip
- Utilize PLIST_FILES
Diffstat (limited to 'net/icpld')
-rw-r--r--net/icpld/Makefile3
-rw-r--r--net/icpld/pkg-plist5
2 files changed, 3 insertions, 5 deletions
diff --git a/net/icpld/Makefile b/net/icpld/Makefile
index 43ee53011895..9b6af6442f4a 100644
--- a/net/icpld/Makefile
+++ b/net/icpld/Makefile
@@ -19,6 +19,9 @@ CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= ${PORTNAME}.1
+PORTDOCS= README
+PLIST_FILES= bin/icpld etc/icpld.conf.sample etc/rc.d/icpld.sh.sample
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.1 ${MANPREFIX}/man/man1
diff --git a/net/icpld/pkg-plist b/net/icpld/pkg-plist
deleted file mode 100644
index 3c27758654b2..000000000000
--- a/net/icpld/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-bin/icpld
-etc/icpld.conf.sample
-etc/rc.d/icpld.sh.sample
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%@dirrm %%DOCSDIR%%