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