diff options
author | krion <krion@FreeBSD.org> | 2004-03-21 02:00:04 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-03-21 02:00:04 +0800 |
commit | 66b5ebbda1395ff790e13aa65125250780bc0c54 (patch) | |
tree | a5250308e338e894d42d9b74e891fdf6ebd54aac /net/icpld | |
parent | f353738cb6d6a92ee62ae18ba7d664b55397e789 (diff) | |
download | freebsd-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/Makefile | 3 | ||||
-rw-r--r-- | net/icpld/pkg-plist | 5 |
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%% |