diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-10-24 23:37:25 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-10-24 23:37:25 +0000 |
commit | 4acc6fb2a411b291c9c210d82bafe7c62e71c77d (patch) | |
tree | bc16420eb52d65511ceb520c00171d219210a473 /net/crescendo | |
parent | 97dfcc1b41c5b4581b1d73128a866beec069c5bf (diff) |
Notes
Diffstat (limited to 'net/crescendo')
-rw-r--r-- | net/crescendo/Makefile | 12 | ||||
-rw-r--r-- | net/crescendo/pkg-plist | 10 |
2 files changed, 7 insertions, 15 deletions
diff --git a/net/crescendo/Makefile b/net/crescendo/Makefile index 652ba39f76c9..0eda368638ad 100644 --- a/net/crescendo/Makefile +++ b/net/crescendo/Makefile @@ -3,12 +3,12 @@ # Whom: dirk.meyer@dinoex.sub.org # # $FreeBSD$ -# $MCom: ports/net/crescendo/Makefile,v 1.2 2006/10/07 16:29:01 mezz Exp $ +# $MCom: ports/net/crescendo/Makefile,v 1.6 2007/05/30 18:26:15 mezz Exp $ # PORTNAME= crescendo PORTVERSION= 1.1.7 -PORTREVISION= 6 +PORTREVISION= 8 CATEGORIES= net gnome # Master Site broken #MASTER_SITES= http://crescendo.lyrical.net/files/ @@ -27,7 +27,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" CFLAGS+= -g PLIST_SUB= DOCDIR=share/doc/${PORTNAME} -MODIFY= Makefile.in data/Makefile.in USE_XLIB= yes USE_GNOME= gnomelibs @@ -38,13 +37,6 @@ post-patch: @${REINPLACE_CMD} -e 's|txtOutput|txtNotepadOutput|g' \ ${WRKSRC}/src/notepad.c -pre-patch: -.for i in ${MODIFY} - @${MV} ${WRKSRC}/${i} ${WRKSRC}/${i}.sed - ${SED} -e 's=$$(prefix)/share/=$$(datadir)/gnome/=g' \ - ${WRKSRC}/${i}.sed > ${WRKSRC}/${i} -.endfor - post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} diff --git a/net/crescendo/pkg-plist b/net/crescendo/pkg-plist index ca27d66e88b3..e13a206ce6e6 100644 --- a/net/crescendo/pkg-plist +++ b/net/crescendo/pkg-plist @@ -1,10 +1,10 @@ bin/crescendo -share/gnome/crescendo/cr-about.jpg -share/gnome/crescendo/cr-splash1.jpg -share/gnome/crescendo/startup2.wav +%%DATADIR%%/cr-about.jpg +%%DATADIR%%/cr-splash1.jpg +%%DATADIR%%/startup2.wav share/gnome/apps/Internet/crescendo.desktop -share/gnome/pixmaps/crescendo.png -@dirrm share/gnome/crescendo +share/pixmaps/crescendo.png +@dirrm %%DATADIR%% %%PORTDOCS%%%%DOCDIR%%/AUTHORS %%PORTDOCS%%%%DOCDIR%%/ChangeLog %%PORTDOCS%%%%DOCDIR%%/HACKING |