diff options
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: |