diff options
author | Will Andrews <will@FreeBSD.org> | 2001-01-16 19:08:45 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-01-16 19:08:45 +0000 |
commit | 5ccbc2a8acb7f736ee65382f5bf4c48c35167f55 (patch) | |
tree | 4ea8a3247c3032b7171664c4a7f0bf5e871c3cba /emulators/vgba-bin | |
parent | 17e1f4bf71fcdd4743e5ee4f9b83461381dfda83 (diff) | |
download | ports-5ccbc2a8acb7f736ee65382f5bf4c48c35167f55.tar.gz ports-5ccbc2a8acb7f736ee65382f5bf4c48c35167f55.zip |
Notes
Diffstat (limited to 'emulators/vgba-bin')
-rw-r--r-- | emulators/vgba-bin/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/emulators/vgba-bin/Makefile b/emulators/vgba-bin/Makefile index f047794b7d0a..6be8edbcead1 100644 --- a/emulators/vgba-bin/Makefile +++ b/emulators/vgba-bin/Makefile @@ -22,12 +22,6 @@ NO_WRKSUBDIR= no INSTALL_DIR= ${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -.if defined(NOPORTDOCS) -PLIST_SUB+= PORTDOCS:="@comment " -.else -PLIST_SUB+= PORTDOCS:= -.endif # !defined(NOPORTDOCS) - do-install: @${INSTALL_PROGRAM} ${WRKSRC}/vgb ${PREFIX}/bin @${INSTALL_PROGRAM} ${WRKSRC}/vgb-debug ${PREFIX}/bin |