Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Mar 2016 02:51:02 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r411036 - head/security/outguess
Message-ID:  <201603140251.u2E2p2pM063505@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603140251.u2E2p2pM063505>