diff options
author | eadler <eadler@FreeBSD.org> | 2013-03-19 05:56:30 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-03-19 05:56:30 +0800 |
commit | 6844d3f7f792d9dce1e05a5f4f29d547397b218b (patch) | |
tree | 51d86f5b60bf968487093b3c7a33dfaf18107397 /emulators | |
parent | 6f98ddf18322570583f7cec4c11a028fafeecceb (diff) | |
download | freebsd-ports-gnome-6844d3f7f792d9dce1e05a5f4f29d547397b218b.tar.gz freebsd-ports-gnome-6844d3f7f792d9dce1e05a5f4f29d547397b218b.tar.zst freebsd-ports-gnome-6844d3f7f792d9dce1e05a5f4f29d547397b218b.zip |
"aaargh, quoted Makefile variables"
Approved by: portmgr (bapt)
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/atari800/Makefile | 2 | ||||
-rw-r--r-- | emulators/vice/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/emulators/atari800/Makefile b/emulators/atari800/Makefile index c4d8cf1d07c8..819acdc974de 100644 --- a/emulators/atari800/Makefile +++ b/emulators/atari800/Makefile @@ -16,7 +16,7 @@ COMMENT= Atari 8-bit computer emulator BUILD_DEPENDS= ${UNZIP_CMD}:${PORTSDIR}/archivers/unzip LIB_DEPENDS= png15:${PORTSDIR}/graphics/png -RESTRICTED= "xf25 contains copyright ROMs and cannot be distributed." +RESTRICTED= xf25 contains copyright ROMs and cannot be distributed. WRKSRC= ${WRKDIR}/${DISTNAME}/src diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile index ba42dd4a25e2..5be6b584cea6 100644 --- a/emulators/vice/Makefile +++ b/emulators/vice/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ LIB_DEPENDS+= Xaw3d:${PORTSDIR}/x11-toolkits/Xaw3d .endif -RESTRICTED= "ROMs are copyrighted by Commodore Business Machines" +RESTRICTED= ROMs are copyrighted by Commodore Business Machines LICENSE= GPLv2 USE_XORG= xpm ice sm xext xv xt x11 xmu |