aboutsummaryrefslogtreecommitdiff
path: root/misc/geekcode
diff options
context:
space:
mode:
authorDanilo Egea Gondolfo <danilo@FreeBSD.org>2013-12-08 15:08:09 +0000
committerDanilo Egea Gondolfo <danilo@FreeBSD.org>2013-12-08 15:08:09 +0000
commit133033d533bccd1efb976a12a79904a356ccb1be (patch)
treea10a4cae2ae073f21c75cf9f02f7bf3b57858e13 /misc/geekcode
parent490bef4095960dce018cf020ca0d34d8baa42156 (diff)
downloadports-133033d533bccd1efb976a12a79904a356ccb1be.tar.gz
ports-133033d533bccd1efb976a12a79904a356ccb1be.zip
Notes
Diffstat (limited to 'misc/geekcode')
-rw-r--r--misc/geekcode/Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/misc/geekcode/Makefile b/misc/geekcode/Makefile
index f708d2ad603f..9c1eef3a9b1b 100644
--- a/misc/geekcode/Makefile
+++ b/misc/geekcode/Makefile
@@ -9,19 +9,16 @@ MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Geek Code Generator
+LICENSE= GPLv2
+
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}"
PLIST_FILES= bin/geekcode
PORTDOCS= geekcode.txt
-NO_STAGE= yes
-.include <bsd.port.options.mk>
-
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/geekcode ${PREFIX}/bin
-.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/geekcode.txt ${DOCSDIR}
-.endif
+ ${INSTALL_PROGRAM} ${WRKSRC}/geekcode ${STAGEDIR}${PREFIX}/bin
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/geekcode.txt ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>