svn commit: r411036 - head/security/outguess

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Mar 14 02:51:04 UTC 2016


Author: amdmi3
Date: Mon Mar 14 02:51:02 2016
New Revision: 411036
URL: https://svnweb.freebsd.org/changeset/ports/411036

Log:
  - Add LICENSE
  - Switch to options helpers
  - Cleanup pkg-descr

Modified:
  head/security/outguess/Makefile
  head/security/outguess/pkg-descr

Modified: head/security/outguess/Makefile
==============================================================================
--- head/security/outguess/Makefile	Mon Mar 14 00:42:04 2016	(r411035)
+++ head/security/outguess/Makefile	Mon Mar 14 02:51:02 2016	(r411036)
@@ -14,9 +14,13 @@ MASTER_SITES=	http://www.outguess.org/ \
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Steganographic tool
 
+LICENSE=	BSD4CLAUSE
+
 CONFLICTS_INSTALL=	csound-*
+
 GNU_CONFIGURE=	yes
 WRKSRC=		${WRKDIR}/outguess
+
 PORTDOCS=	ChangeLog README STIRMARK-README TODO
 
 OPTIONS_DEFINE=	DOCS
@@ -24,8 +28,10 @@ OPTIONS_DEFINE=	DOCS
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/outguess ${STAGEDIR}${PREFIX}/bin
 	${LN} -sf outguess ${STAGEDIR}${PREFIX}/bin/extract
-	${INSTALL_MAN} ${WRKSRC}/outguess.1 ${STAGEDIR}${PREFIX}/man/man1
-	${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_MAN} ${WRKSRC}/outguess.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
+
+do-install-DOCS-on:
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for i in ${PORTDOCS}
 	${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
 .endfor

Modified: head/security/outguess/pkg-descr
==============================================================================
--- head/security/outguess/pkg-descr	Mon Mar 14 00:42:04 2016	(r411035)
+++ head/security/outguess/pkg-descr	Mon Mar 14 02:51:02 2016	(r411036)
@@ -11,5 +11,3 @@ The histogram utility is not installed b
 it crashes.
 
 WWW: http://www.outguess.org/
-
-Trevor Johnson


More information about the svn-ports-all mailing list