diff options
author | will <will@FreeBSD.org> | 2001-01-16 19:08:45 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-01-16 19:08:45 +0000 |
commit | 0ba80656c8f4ec632e9e9d3b55fd409f55e82e44 (patch) | |
tree | ee9c734648511f29b2fdf00fe2cff8669c3c4831 /emulators/xmame | |
parent | a5ba41bacad7192081dab6463f8d9602893579d0 (diff) | |
download | FreeBSD-ports-0ba80656c8f4ec632e9e9d3b55fd409f55e82e44.zip FreeBSD-ports-0ba80656c8f4ec632e9e9d3b55fd409f55e82e44.tar.gz |
Update to sync with bsd.port.mk rev 1.361 - use PORTDOCS that is now in
bsd.port.mk, for easy removal of documentation. I left alone one port -
japanese/elisa8x8 (or something like that), because it appeared to have
some rather weird way of doing PORTDOCS substitution.
Diffstat (limited to 'emulators/xmame')
-rw-r--r-- | emulators/xmame/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index 438a3bb..95616ad 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -30,12 +30,6 @@ XMAMEDOCS= changes.mame changes.unix gamelist.mame \ xmame-doc-6.html xmame-doc-7.html xmame-doc.html \ xmame-doc.lyx xmame-doc.ps xmame-doc.sgml xmame-doc.txt -.if !defined(NOPORTDOCS) -PLIST_SUB+= PORTDOCS="" -.else -PLIST_SUB+= PORTDOCS="@comment " -.endif - # the large number of sed regexes here is intended to make this port a whole # lot easier to maintain - please don't convert them into a patch. post-patch: |