diff options
author | acm <acm@FreeBSD.org> | 2007-01-17 05:57:13 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2007-01-17 05:57:13 +0800 |
commit | b5cadeb7f9ec547fc84340280e1078dc4ce7e1a0 (patch) | |
tree | ecf63d1943e0201fd002b209fee4ae5b5a1c915d /emulators | |
parent | 2d6ff16ce390e289e7ce3bf5947485ed319983ee (diff) | |
download | freebsd-ports-gnome-b5cadeb7f9ec547fc84340280e1078dc4ce7e1a0.tar.gz freebsd-ports-gnome-b5cadeb7f9ec547fc84340280e1078dc4ce7e1a0.tar.zst freebsd-ports-gnome-b5cadeb7f9ec547fc84340280e1078dc4ce7e1a0.zip |
- Add pkg-plist
- Fix pkg-plist problems [1]
Reported by: kris [1]
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/yabause/Makefile | 7 | ||||
-rw-r--r-- | emulators/yabause/pkg-plist | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/emulators/yabause/Makefile b/emulators/yabause/Makefile index bcc92046656d..6d933f932c56 100644 --- a/emulators/yabause/Makefile +++ b/emulators/yabause/Makefile @@ -7,6 +7,7 @@ PORTNAME= yabause PORTVERSION= 0.8.0 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= SF @@ -25,12 +26,6 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} WRKSRC= ${WRKDIR}/${PORTNAME} SUB_FILES= pkg-message -PLIST_DIRS= share/yabause -PLIST_FILES= bin/gen68k \ - bin/yabause \ - share/yabause/c68k_ini.inc \ - share/applications/yabause.desktop \ - share/pixmaps/yabause.png MAN1= yabause.1 post-install: diff --git a/emulators/yabause/pkg-plist b/emulators/yabause/pkg-plist new file mode 100644 index 000000000000..c47c4ecb8779 --- /dev/null +++ b/emulators/yabause/pkg-plist @@ -0,0 +1,8 @@ +bin/gen68k +bin/yabause +%%DATADIR%%/c68k_ini.inc +share/applications/yabause.desktop +share/pixmaps/yabause.png +@dirrm %%DATADIR%% +@dirrmtry share/applications +@dirrmtry share/pixmaps |