diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2008-08-23 21:48:17 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2008-08-23 21:48:17 +0800 |
commit | efa3e40d8ed1ccb20bef6f2b7fe623dee148ef16 (patch) | |
tree | 4f25a1c9b56ad6f602ee47899e7219877fea9931 /emulators | |
parent | b85efd9e6d86472f50facbc9bf9434d1977b1768 (diff) | |
download | freebsd-ports-gnome-efa3e40d8ed1ccb20bef6f2b7fe623dee148ef16.tar.gz freebsd-ports-gnome-efa3e40d8ed1ccb20bef6f2b7fe623dee148ef16.tar.zst freebsd-ports-gnome-efa3e40d8ed1ccb20bef6f2b7fe623dee148ef16.zip |
- Fix plist for NOPORTDOCS
Reported by: QA Tindie
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xzx/Makefile | 1 | ||||
-rw-r--r-- | emulators/xzx/pkg-plist | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/emulators/xzx/Makefile b/emulators/xzx/Makefile index f2ee48376781..c7d432b64d03 100644 --- a/emulators/xzx/Makefile +++ b/emulators/xzx/Makefile @@ -32,7 +32,6 @@ CONFIGURE_ARGS= --with-oss MAN1= xzx.1 DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-pro -PORTDOCS= COPYRIGHT FAQ README # Prevent configure from trying to run auto* since it's not needed and will # error if auto* < 2.54 diff --git a/emulators/xzx/pkg-plist b/emulators/xzx/pkg-plist index 332dc78cfabd..a78451fe9954 100644 --- a/emulators/xzx/pkg-plist +++ b/emulators/xzx/pkg-plist @@ -6,6 +6,10 @@ lib/xzx-pro/if1-v2.rom lib/xzx-pro/plus2.rom lib/xzx-pro/plus3.rom lib/xzx-pro/spectrum.rom +%%DOCSDIR%%/COPYRIGHT +%%DOCSDIR%%/FAQ +%%DOCSDIR%%/README +@dirrm %%DOCSDIR%% @unexec rm -f %D/lib/xzx-pro/if1.rom @exec ln -f %D/lib/xzx-pro/if1-v2.rom %D/lib/xzx-pro/if1.rom @dirrm lib/xzx-pro |