svn commit: r358541 - head/net-mgmt/gps

Lars Engels lme at FreeBSD.org
Fri Jun 20 09:37:24 UTC 2014


Author: lme
Date: Fri Jun 20 09:37:23 2014
New Revision: 358541
URL: http://svnweb.freebsd.org/changeset/ports/358541
QAT: https://qat.redports.org/buildarchive/r358541/

Log:
  - Stagify
  - Add LICENSE

Modified:
  head/net-mgmt/gps/Makefile

Modified: head/net-mgmt/gps/Makefile
==============================================================================
--- head/net-mgmt/gps/Makefile	Fri Jun 20 09:31:33 2014	(r358540)
+++ head/net-mgmt/gps/Makefile	Fri Jun 20 09:37:23 2014	(r358541)
@@ -11,6 +11,8 @@ DISTNAME=	${PORTNAME}-${PORTVERSION}-FRC
 MAINTAINER=	lme at FreeBSD.org
 COMMENT=	Ghost Port Scan
 
+LICENSE=	GPLv2
+
 BUILD_DEPENDS=	${LIBNET_CONFIG}:${PORTSDIR}/net/libnet10
 
 GNU_CONFIGURE=	yes
@@ -28,10 +30,8 @@ post-patch:
 		 s|--defines|& --cflags|' \
 		${WRKSRC}/Makefile.in
 
-.if !defined(NOPORTDOCS)
 post-install:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${CP} ${WRKSRC}/docs/* ${STAGEDIR}${DOCSDIR}
-.endif
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list