diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-04-09 00:30:21 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-04-09 00:30:21 +0000 |
commit | 1114dc02b58ac2e4215109668953317915ceb02a (patch) | |
tree | 74537abbaf949c4d6b5fc903a4ec48a83eafb125 /comms | |
parent | - Update to 2.10.2 (diff) |
- remove .depend to unbreak this port
- wrap DOCSDIR with NOPORTDOCS
Notes
Notes:
svn path=/head/; revision=132799
Diffstat (limited to 'comms')
-rw-r--r-- | comms/snooper/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/comms/snooper/Makefile b/comms/snooper/Makefile index 41be9564d568..d4e8d0963251 100644 --- a/comms/snooper/Makefile +++ b/comms/snooper/Makefile @@ -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> |