diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2014-03-24 12:33:31 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2014-03-24 12:33:31 +0000 |
commit | 305fc1305cc177844093430538fed3a5ba9931e2 (patch) | |
tree | ac978157413c957f07d774421e110f225031ebab /comms/comserv | |
parent | e1becd6ac090cc3da2915eecfd2e6e4ec1e55f7d (diff) | |
download | ports-305fc1305cc177844093430538fed3a5ba9931e2.tar.gz ports-305fc1305cc177844093430538fed3a5ba9931e2.zip |
Notes
Diffstat (limited to 'comms/comserv')
-rw-r--r-- | comms/comserv/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/comms/comserv/Makefile b/comms/comserv/Makefile index 7e858a79cb3f..5eeda53ae1ff 100644 --- a/comms/comserv/Makefile +++ b/comms/comserv/Makefile @@ -10,9 +10,13 @@ MASTER_SITE_SUBDIR= bsd MAINTAINER= ports@FreeBSD.org COMMENT= Provide network access to local serial ports and make remote ports appear local -MAN8= comservd.8 -MANCOMPRESSED= yes -PLIST_FILES= sbin/comservd etc/comservd.conf.sample etc/rc.d/comservd.sh.sample +PLIST_FILES= sbin/comservd etc/comservd.conf.sample \ + etc/rc.d/comservd.sh.sample man/man8/comservd.8.gz + +post-patch: + @${REINPLACE_CMD} -E \ + -e '/(INSTALL_|gzip)/ s,(BIN|CONF|MAN|RC)DIR,DESTDIR}$${&,g' \ + -e 's,-o root -g wheel,,' \ + ${WRKSRC}/Makefile -NO_STAGE= yes .include <bsd.port.mk> |