diff options
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 88f8a09b641d..e352b946e091 100644 --- a/editors/conglomerate/Makefile +++ b/editors/conglomerate/Makefile @@ -6,7 +6,7 @@ PORTNAME= conglomerate PORTVERSION= 0.9.1 -PORTREVISION= 2 +PORTREVISION= 5 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -28,8 +28,4 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIB_DEPENDS+= enchant.1:${PORTSDIR}/textproc/enchant .endif -post-install: - ${MKDIR} ${PREFIX}/share/gnome/${PORTNAME}/help - ${LN} -sf ${PREFIX}/share/gnome/help/${PORTNAME} ${PREFIX}/share/gnome/${PORTNAME}/help/${PORTNAME} - .include <bsd.port.post.mk> |