diff options
Diffstat (limited to 'sysutils/automounter/Makefile')
-rw-r--r-- | sysutils/automounter/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sysutils/automounter/Makefile b/sysutils/automounter/Makefile index 1771f0ecd886..a5fc4a2982b8 100644 --- a/sysutils/automounter/Makefile +++ b/sysutils/automounter/Makefile @@ -6,7 +6,7 @@ # PORTNAME= automounter -PORTVERSION= 1.4 +PORTVERSION= 1.4.1 CATEGORIES= sysutils MASTER_SITES= SF/bsdadminscripts/${PORTNAME} @@ -17,17 +17,17 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src NO_BUILD= yes MANCOMPRESSED= yes -.if defined(NOPORTDOCS) -NOPORTDOCS= -nodoc -.else -MAN5= automounter.conf.5 -MAN8= automounter.8 -.endif +MAN5= ${PORTNAME}.conf.5 +MAN8= ${PORTNAME}.8 plist: patch @cd ${WRKSRC}; ./plist.sh -nodoc > ${PLIST} + @${ECHO} "@dirrmtry etc/devd" >> ${PLIST} do-install: - @cd ${WRKSRC}; ./install.sh -prefix=${PREFIX} ${NOPORTDOCS} + @cd ${WRKSRC}; ./install.sh -prefix=${PREFIX} + +post-install: + @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> |