svn commit: r354116 - head/security/snoopy

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu May 15 12:53:41 UTC 2014


Author: sunpoet
Date: Thu May 15 12:53:41 2014
New Revision: 354116
URL: http://svnweb.freebsd.org/changeset/ports/354116
QAT: https://qat.redports.org/buildarchive/r354116/

Log:
  - Remove MASTER_SITES
  - Simplify Makefile

Modified:
  head/security/snoopy/Makefile

Modified: head/security/snoopy/Makefile
==============================================================================
--- head/security/snoopy/Makefile	Thu May 15 12:52:20 2014	(r354115)
+++ head/security/snoopy/Makefile	Thu May 15 12:53:41 2014	(r354116)
@@ -4,8 +4,6 @@
 PORTNAME=	snoopy
 PORTVERSION=	1.9.0
 CATEGORIES=	security
-MASTER_SITES=	GH \
-		GHC
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	execve() wrapper and logger
@@ -26,8 +24,6 @@ GH_PROJECT=	${PORTNAME}
 GH_TAGNAME=	${PORTNAME}-${PORTVERSION}
 USE_GITHUB=	yes
 
-.include <bsd.port.options.mk>
-
 post-patch:
 	@${REINPLACE_CMD} '/^LIBS=/d' ${WRKSRC}/Makefile.in
 	@${REINPLACE_CMD} 's|/usr/local|${PREFIX}|g' ${WRKSRC}/README.md
@@ -35,9 +31,7 @@ post-patch:
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/detect ${STAGEDIR}${PREFIX}/bin/
 	${INSTALL_LIB} ${WRKSRC}/snoopy.so ${STAGEDIR}${PREFIX}/lib/
-.if ${PORT_OPTIONS:MDOCS}
 	${MKDIR} ${STAGEDIR}${DOCSDIR}/
 	cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/
-.endif
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list