diff options
author | rillig <rillig@pkgsrc.org> | 2007-02-16 10:53:11 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-02-16 10:53:11 +0000 |
commit | 9f6d75ec2eaac067c99d4fc6d05184b617ed4afb (patch) | |
tree | 3d932136a0c1bb8ccc18f755687bb80fb93ec6bb /emulators/xm7/Makefile | |
parent | 5ae015bd36ef6cd761159207ffb34ab1b791eee0 (diff) | |
download | pkgsrc-9f6d75ec2eaac067c99d4fc6d05184b617ed4afb.tar.gz |
Fixed a gcc error message and a few pkglint warnings.
Diffstat (limited to 'emulators/xm7/Makefile')
-rw-r--r-- | emulators/xm7/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/xm7/Makefile b/emulators/xm7/Makefile index 9b9adc9567a..2add0755e1e 100644 --- a/emulators/xm7/Makefile +++ b/emulators/xm7/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2007/02/06 18:20:07 joerg Exp $ +# $NetBSD: Makefile,v 1.20 2007/02/16 10:53:11 rillig Exp $ # DISTNAME= xm71010s @@ -15,7 +15,7 @@ COMMENT= X11-based FM-7 emulator BUILD_DEPENDS+= nkf>=1.7:../../converters/nkf RESTRICTED= source archive is not redistributable -RESTRICTED+= no-commercial-use +LICENSE= no-commercial-use NO_SRC_ON_CDROM= ${RESTRICTED} NO_SRC_ON_FTP= ${RESTRICTED} @@ -27,7 +27,7 @@ MAKE_FILE= makefile.x11 INSTALLATION_DIRS= bin post-extract: - @cd ${WRKDIR}; ${MV} linux/* vm + cd ${WRKDIR} && mv linux/* vm do-install: ${INSTALL_PROGRAM} ${WRKDIR}/vm/xm7 ${PREFIX}/bin |