1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- remove .depend to unbreak this port

- wrap DOCSDIR with NOPORTDOCS
This commit is contained in:
Yen-Ming Lee 2005-04-09 00:30:21 +00:00
parent e606068350
commit 1114dc02b5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=132799

View File

@ -20,6 +20,18 @@ WRKSRC= ${WRKDIR}/${PORTNAME}/build
GNU_CONFIGURE= yes
MAKE_ARGS= OPTFLAG=""
PLIST_FILES= bin/snooper
.if !defined(NOPORTDOCS)
PORTDOCS= README
.endif
post-extract:
@${RM} -f ${WRKSRC}/.depend
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/../README ${DOCSDIR}
.endif
.include <bsd.port.mk>