aboutsummaryrefslogtreecommitdiff
path: root/emulators/jzintv/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/jzintv/Makefile')
-rw-r--r--emulators/jzintv/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/emulators/jzintv/Makefile b/emulators/jzintv/Makefile
index 3fffa33af90f..33180d870203 100644
--- a/emulators/jzintv/Makefile
+++ b/emulators/jzintv/Makefile
@@ -6,7 +6,8 @@
#
PORTNAME= jzintv
-DISTVERSION= 1.0b3
+PORTVERSION= 1.0b3
+PORTREVISION= 1
CATEGORIES= emulators
MASTER_SITES= http://spatula-city.org/~im14u2c/intv/dl/
DISTNAME= jzintv-1.0-beta3-src
@@ -14,6 +15,8 @@ DISTNAME= jzintv-1.0-beta3-src
MAINTAINER= martymac@FreeBSD.org
COMMENT= Portable Intellivision(TM) Emulator
+LICENSE= GPLv2
+
WRKSRC= ${WRKDIR}/jzintv-1.0-beta3
BUILD_WRKSRC= ${WRKSRC}/src
USE_GMAKE= yes
@@ -55,7 +58,6 @@ do-install:
.endif
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}/doc
- ${INSTALL_DATA} ${WRKSRC}/COPYING.txt ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README.txt ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/Release-Notes.txt ${DOCSDIR}
(cd ${WRKSRC}/doc/ && ${COPYTREE_SHARE} \* ${DOCSDIR}/doc)