diff options
author | marcus <marcus@FreeBSD.org> | 2006-10-14 16:54:54 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-10-14 16:54:54 +0800 |
commit | 0deb7538cc6a5ae90f4e3e4bdbfe6d0ab974aed8 (patch) | |
tree | 17937489af4c767844fc63b684ae3e7b31948812 /astro/celestia | |
parent | e959473966b963953d63d5f00fae8751f2decf0f (diff) | |
download | freebsd-ports-gnome-0deb7538cc6a5ae90f4e3e4bdbfe6d0ab974aed8.tar.gz freebsd-ports-gnome-0deb7538cc6a5ae90f4e3e4bdbfe6d0ab974aed8.tar.zst freebsd-ports-gnome-0deb7538cc6a5ae90f4e3e4bdbfe6d0ab974aed8.zip |
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris)
Diffstat (limited to 'astro/celestia')
-rw-r--r-- | astro/celestia/Makefile | 3 | ||||
-rw-r--r-- | astro/celestia/pkg-plist | 7 |
2 files changed, 9 insertions, 1 deletions
diff --git a/astro/celestia/Makefile b/astro/celestia/Makefile index 7dd2e7b31608..c66cb682bedd 100644 --- a/astro/celestia/Makefile +++ b/astro/celestia/Makefile @@ -7,6 +7,7 @@ PORTNAME= celestia PORTVERSION= 1.4.1 +PORTREVISION= 1 CATEGORIES= astro MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= celestia @@ -23,7 +24,6 @@ USE_GMAKE= yes USE_GL= yes USE_GETTEXT= yes WANT_GNOME= yes -USE_X_PREFIX= yes CONFIGURE_ARGS= --program-prefix="" CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" @@ -90,6 +90,7 @@ pre-patch: @${REINPLACE_CMD} -e 's|COPYING||g' ${WRKSRC}/Makefile.in post-install: + ${MKDIR} ${PREFIX}/share/pixmaps ${INSTALL_DATA} ${WRKSRC}/src/celestia/gtk/data/celestia.png \ ${PREFIX}/share/pixmaps .if !defined(NOPORTDOCS) diff --git a/astro/celestia/pkg-plist b/astro/celestia/pkg-plist index 032c80dd26ed..016119805d9b 100644 --- a/astro/celestia/pkg-plist +++ b/astro/celestia/pkg-plist @@ -309,6 +309,7 @@ share/locale/pt_br/LC_MESSAGES/celestia.mo share/locale/ru/LC_MESSAGES/celestia.mo share/pixmaps/celestia.png @exec mkdir -p %D/share/celestia/textures/hires +@dirrmtry share/pixmaps @dirrm share/celestia/textures/medres @dirrm share/celestia/textures/lores @dirrm share/celestia/textures/hires @@ -322,3 +323,9 @@ share/pixmaps/celestia.png @dirrm share/celestia @dirrmtry share/locale/pt_br/LC_MESSAGES @dirrmtry share/locale/pt_br +@dirrmtry share/locale/pt/LC_MESSAGES +@dirrmtry share/locale/pt +@dirrmtry share/locale/gl/LC_MESSAGES +@dirrmtry share/locale/gl +@dirrmtry share/locale/el/LC_MESSAGES +@dirrmtry share/locale/el |