1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Add staging support

This commit is contained in:
Pawel Pekala 2014-03-24 12:33:31 +00:00
parent e1becd6ac0
commit 305fc1305c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348978

View File

@ -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>