diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-03-16 10:56:29 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-03-16 10:56:29 +0800 |
commit | 2645d9937b19ac3669ffe4262fa2e78386fa0717 (patch) | |
tree | f3164f3e5b4f5191ca5bbb3aeaf290f44cd6af12 /emulators/stonx | |
parent | 2104542c7d60419a051b2de52d7fb92e19db7aa6 (diff) | |
download | freebsd-ports-gnome-2645d9937b19ac3669ffe4262fa2e78386fa0717.tar.gz freebsd-ports-gnome-2645d9937b19ac3669ffe4262fa2e78386fa0717.tar.zst freebsd-ports-gnome-2645d9937b19ac3669ffe4262fa2e78386fa0717.zip |
- Remove needless quoting of BROKEN/IGNORE
- Trim headers
PR: ports/168908
With hat: portmgr
Diffstat (limited to 'emulators/stonx')
-rw-r--r-- | emulators/stonx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/stonx/Makefile b/emulators/stonx/Makefile index 58c7c48a13d9..2382a9670896 100644 --- a/emulators/stonx/Makefile +++ b/emulators/stonx/Makefile @@ -69,8 +69,8 @@ post-install: .include <bsd.port.pre.mk> .if !exists(${DISTDIR}/${TOSIMG}) -IGNORE="Please get a ROM dump from your AtariST and save it as"\ -"\"${TOSIMG}\" in \"${DISTDIR}\" manually, and then make again" +IGNORE= please get a ROM dump from your AtariST and save it as\ +"${TOSIMG}" in "${DISTDIR}" manually, and then make again .endif BUILD_DEPENDS+= ${LOCALBASE}/lib/X11/fonts/misc/10x20-ISO8859-1.pcf.gz:${PORTSDIR}/x11-fonts/font-misc-misc |