diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-05 03:48:18 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-05 03:48:18 +0000 |
commit | eb72add4422a5cb65e50967b5a7d3089da461f69 (patch) | |
tree | c9fb6a779e616fef2b022fb39f25ab3c6bdd92e0 /editors/conglomerate/Makefile | |
parent | a33b42d0e33c97fdbef0a80bc42d300198c92a46 (diff) |
Notes
Diffstat (limited to 'editors/conglomerate/Makefile')
-rw-r--r-- | editors/conglomerate/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/editors/conglomerate/Makefile b/editors/conglomerate/Makefile index 290268fc1c80..b9704e61d0c9 100644 --- a/editors/conglomerate/Makefile +++ b/editors/conglomerate/Makefile @@ -5,8 +5,7 @@ # $FreeBSD$ PORTNAME= conglomerate -PORTVERSION= 0.7.8 -PORTREVISION= 1 +PORTVERSION= 0.7.9 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -22,9 +21,6 @@ USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -post-patch: - @${REINPLACE_CMD} -e 's|/home/david/jhbuilt/share|${LOCALBASE}/share|' ${WRKSRC}/intltool-merge.in - post-install: ${MKDIR} ${PREFIX}/share/gnome/${PORTNAME}/help ${LN} -sf ${PREFIX}/share/gnome/help/${PORTNAME} ${PREFIX}/share/gnome/${PORTNAME}/help/${PORTNAME} |