diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-04-20 01:08:19 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-04-20 01:08:19 +0800 |
commit | 2ffe7d1aa6763bdeea42871dfff4bec3668d5694 (patch) | |
tree | 1ce76f96fe265200e646a06d947c9b4fb775a4b5 /emulators | |
parent | bde0e92dcea840009e48aec82a43f9a14795c25a (diff) | |
download | freebsd-ports-gnome-2ffe7d1aa6763bdeea42871dfff4bec3668d5694.tar.gz freebsd-ports-gnome-2ffe7d1aa6763bdeea42871dfff4bec3668d5694.tar.zst freebsd-ports-gnome-2ffe7d1aa6763bdeea42871dfff4bec3668d5694.zip |
Fix installation path of the HTML documentation and pkg-plist.
Approved by: adamw (mentor)
Reported by: pointyhat
Diffstat (limited to 'emulators')
-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 |