diff options
Diffstat (limited to 'archivers/9e/Makefile')
-rw-r--r-- | archivers/9e/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/archivers/9e/Makefile b/archivers/9e/Makefile index c0bd700dde38..7c9e9c6cbddc 100644 --- a/archivers/9e/Makefile +++ b/archivers/9e/Makefile @@ -10,11 +10,16 @@ DISTNAME= 9e MAINTAINER= rodrigo@bebik.net COMMENT= Explode Plan9 archives -NO_STAGE= yes +LICENSE= LPL +LICENSE_GROUPS= OSI +LICENSE_NAME= Lucent Public License +LICENSE_TEXT= http://opensource.org/licenses/LPL-1.02 +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + PLIST_FILES= bin/9e MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LIBS="" HDRS="" do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/9e ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/9e ${STAGEDIR}${PREFIX}/bin .include <bsd.port.mk> |