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