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

- unbreak option FIDOGATE_RUNAS

which was broken by previous commit
This commit is contained in:
Dirk Meyer 2007-10-09 13:12:03 +00:00
parent 5acdc5d739
commit 938da71983
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=201172

View File

@ -32,6 +32,8 @@ DOCLIST= fidogate.texi fidogate.txt gatebau94.txt kludge-rfc.doc \
MAKE_ENV+= CC=${CC}
.include <bsd.port.pre.mk>
pre-configure:
${TOUCH} ${WRKSRC}/doc/fidogate.info
${RM} -f ${WRKSRC}/doc/fidogate.info-?
@ -58,4 +60,4 @@ post-install:
@${TAR} -C ${WRKSRC}/examples -cf - . | ${TAR} -C ${EXAMPLESDIR} -xf -
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>