diff options
author | antoine <antoine@FreeBSD.org> | 2014-11-12 06:01:11 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-11-12 06:01:11 +0800 |
commit | 1d7b79466d305f3c8f27d65468168d29c2b8e9eb (patch) | |
tree | 2f43379974c38eb863773e103c9ad0f35121a588 /emulators | |
parent | 936d5b5a78200be3276e24d3855943e69b01905a (diff) | |
download | freebsd-ports-gnome-1d7b79466d305f3c8f27d65468168d29c2b8e9eb.tar.gz freebsd-ports-gnome-1d7b79466d305f3c8f27d65468168d29c2b8e9eb.tar.zst freebsd-ports-gnome-1d7b79466d305f3c8f27d65468168d29c2b8e9eb.zip |
Cleanup plist
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xzx/Makefile | 2 | ||||
-rw-r--r-- | emulators/xzx/pkg-plist | 5 |
2 files changed, 2 insertions, 5 deletions
diff --git a/emulators/xzx/Makefile b/emulators/xzx/Makefile index c7df0fbc6fdd..6a343b25ff73 100644 --- a/emulators/xzx/Makefile +++ b/emulators/xzx/Makefile @@ -3,7 +3,7 @@ PORTNAME= xzx PORTVERSION= 4.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= emulators MASTER_SITES= http://fossies.org/linux/misc/ DISTNAME= ${PORTNAME}-pro-${PORTVERSION} diff --git a/emulators/xzx/pkg-plist b/emulators/xzx/pkg-plist index 7e4fca1dab63..11f25e8b86c4 100644 --- a/emulators/xzx/pkg-plist +++ b/emulators/xzx/pkg-plist @@ -3,6 +3,7 @@ lib/X11/app-defaults/Xzx lib/xzx-pro/128.rom lib/xzx-pro/if1-v1.rom lib/xzx-pro/if1-v2.rom +lib/xzx-pro/if1.rom lib/xzx-pro/plus2.rom lib/xzx-pro/plus3.rom lib/xzx-pro/spectrum.rom @@ -10,7 +11,3 @@ man/man1/xzx.1.gz %%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT %%PORTDOCS%%%%DOCSDIR%%/FAQ %%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%@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 |