diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-03-14 10:51:02 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-03-14 10:51:02 +0800 |
commit | dc3258a8d2b8106b3b1a5b7ccc30ab4a0318e1db (patch) | |
tree | 049080be0b8e3bd5864d60d09f1d2c3d35c443bc /security/outguess | |
parent | 7d797165f5b5d3136d6809e0f3264fca264fab2a (diff) | |
download | freebsd-ports-gnome-dc3258a8d2b8106b3b1a5b7ccc30ab4a0318e1db.tar.gz freebsd-ports-gnome-dc3258a8d2b8106b3b1a5b7ccc30ab4a0318e1db.tar.zst freebsd-ports-gnome-dc3258a8d2b8106b3b1a5b7ccc30ab4a0318e1db.zip |
- Add LICENSE
- Switch to options helpers
- Cleanup pkg-descr
Diffstat (limited to 'security/outguess')
-rw-r--r-- | security/outguess/Makefile | 10 | ||||
-rw-r--r-- | security/outguess/pkg-descr | 2 |
2 files changed, 8 insertions, 4 deletions
diff --git a/security/outguess/Makefile b/security/outguess/Makefile index 5ea2d75c1483..8909fed0317b 100644 --- a/security/outguess/Makefile +++ b/security/outguess/Makefile @@ -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 diff --git a/security/outguess/pkg-descr b/security/outguess/pkg-descr index d0471df21440..82cfb9c6ef22 100644 --- a/security/outguess/pkg-descr +++ b/security/outguess/pkg-descr @@ -11,5 +11,3 @@ The histogram utility is not installed by this port/package because it crashes. WWW: http://www.outguess.org/ - -Trevor Johnson |