diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
commit | 2b1a883dc4fd248d3b049059b9543dde2ac98ffd (patch) | |
tree | 0b080fcd55271333176593e1b9bc0b48aedbe9fa /emulators/vgba-bin/Makefile | |
parent | 21829056931f158e125c2d89352e36c1c7196a26 (diff) | |
download | ports-2b1a883dc4fd248d3b049059b9543dde2ac98ffd.tar.gz ports-2b1a883dc4fd248d3b049059b9543dde2ac98ffd.zip |
Notes
Diffstat (limited to 'emulators/vgba-bin/Makefile')
-rw-r--r-- | emulators/vgba-bin/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/vgba-bin/Makefile b/emulators/vgba-bin/Makefile index 05876a2c7f55..f047794b7d0a 100644 --- a/emulators/vgba-bin/Makefile +++ b/emulators/vgba-bin/Makefile @@ -9,7 +9,7 @@ PORTNAME= vgb PORTVERSION= 20 CATEGORIES= emulators MASTER_SITES= http://www.komkon.org/fms/VGB/ -PKGNAMESUFFIX= -bin +PKGNAMESUFFIX= -bin DISTNAME= VGB${PORTVERSION}-FreeBSD-80x86-bin EXTRACT_SUFX= .tar.Z @@ -23,9 +23,9 @@ NO_WRKSUBDIR= no INSTALL_DIR= ${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} .if defined(NOPORTDOCS) -PLIST_SUB+= PORTDOCS:="@comment " +PLIST_SUB+= PORTDOCS:="@comment " .else -PLIST_SUB+= PORTDOCS:= +PLIST_SUB+= PORTDOCS:= .endif # !defined(NOPORTDOCS) do-install: |