diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-04-19 17:08:19 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-04-19 17:08:19 +0000 |
commit | aaa09d505a2160c0fc2fd5c77e91e5952b18802e (patch) | |
tree | 4ebe25675df385c3c90a416c3072ba4a2221f693 /emulators/gxmame | |
parent | 3347ca85e7a82232e62ba7187c5219dc893e4f3a (diff) | |
download | ports-aaa09d505a2160c0fc2fd5c77e91e5952b18802e.tar.gz ports-aaa09d505a2160c0fc2fd5c77e91e5952b18802e.zip |
Notes
Diffstat (limited to 'emulators/gxmame')
-rw-r--r-- | emulators/gxmame/Makefile | 3 | ||||
-rw-r--r-- | emulators/gxmame/pkg-plist | 14 |
2 files changed, 15 insertions, 2 deletions
diff --git a/emulators/gxmame/Makefile b/emulators/gxmame/Makefile index 7cd15034046e..7a36717e472c 100644 --- a/emulators/gxmame/Makefile +++ b/emulators/gxmame/Makefile @@ -8,6 +8,7 @@ PORTNAME= gxmame DISTVERSION= 0.35beta2 PORTEPOCH= 1 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -40,7 +41,7 @@ MAN6= gxmame.6 post-patch: @${REINPLACE_CMD} -e 's|CFLAGS="-Wall.*||' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|$$(datadir)/doc|${PREFIX}/share/doc|' \ - ${WRKSRC}/Makefile.in + ${WRKSRC}/Makefile.in ${WRKSRC}/html/Makefile.in @${REINPLACE_CMD} -e 's|__GNUC___|__GNUC__|' ${WRKSRC}/src/common.h .include <bsd.port.mk> diff --git a/emulators/gxmame/pkg-plist b/emulators/gxmame/pkg-plist index 669ab5589da5..7fff5c9f41f8 100644 --- a/emulators/gxmame/pkg-plist +++ b/emulators/gxmame/pkg-plist @@ -7,8 +7,8 @@ share/gnome/applications/gxmame.desktop %%NLS%%share/locale/it/LC_MESSAGES/gxmame.mo %%NLS%%share/locale/nl/LC_MESSAGES/gxmame.mo %%NLS%%share/locale/pl/LC_MESSAGES/gxmame.mo -%%NLS%%share/locale/zh_TW/LC_MESSAGES/gxmame.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/gxmame.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/gxmame.mo share/gnome/gxmame/gxmame.png share/gnome/gxmame/gxmame-general.png share/gnome/gxmame/gxmame-screen.png @@ -21,5 +21,17 @@ share/doc/gxmame/ChangeLog share/doc/gxmame/NEWS share/doc/gxmame/README share/doc/gxmame/TODO +share/doc/gxmame/html/gui/metal2.jpg +share/doc/gxmame/html/gxmame-doc-1.html +share/doc/gxmame/html/gxmame-doc-2.html +share/doc/gxmame/html/gxmame-doc-3.html +share/doc/gxmame/html/gxmame-doc-4.html +share/doc/gxmame/html/gxmame-doc-5.html +share/doc/gxmame/html/gxmame-doc-6.html +share/doc/gxmame/html/gxmame-doc.html +share/doc/gxmame/html/includes/gxmame.css @dirrm share/gnome/gxmame +@dirrm share/doc/gxmame/html/gui +@dirrm share/doc/gxmame/html/includes +@dirrm share/doc/gxmame/html @dirrm share/doc/gxmame |