diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-11-11 22:01:11 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-11-11 22:01:11 +0000 |
commit | d8984a3603a588260806f94956011c984417f318 (patch) | |
tree | 2f43379974c38eb863773e103c9ad0f35121a588 /emulators/xzx | |
parent | 41bdbdb22b2a4abed09b92d88b44d6e3af85e9a5 (diff) |
Cleanup plist
Notes
Notes:
svn path=/head/; revision=372468
Diffstat (limited to 'emulators/xzx')
-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 |