diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-12-29 01:14:17 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-12-29 01:14:17 +0000 |
commit | 9c379960cdebcbf54bb35c4ad8081f01fc73561c (patch) | |
tree | ba141f91a6b5f4e2a3efef9a8da31ea95be3f1ca /editors/conglomerate/Makefile | |
parent | 5726158526f485ab2afa6f8c4a496cb8d4e83b3f (diff) | |
download | ports-9c379960cdebcbf54bb35c4ad8081f01fc73561c.tar.gz ports-9c379960cdebcbf54bb35c4ad8081f01fc73561c.zip |
Notes
Diffstat (limited to 'editors/conglomerate/Makefile')
-rw-r--r-- | editors/conglomerate/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/editors/conglomerate/Makefile b/editors/conglomerate/Makefile index 6dc19cafed64..290268fc1c80 100644 --- a/editors/conglomerate/Makefile +++ b/editors/conglomerate/Makefile @@ -6,6 +6,7 @@ PORTNAME= conglomerate PORTVERSION= 0.7.8 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -24,4 +25,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ 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} + .include <bsd.port.mk> |