diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-08-09 12:15:57 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-08-09 12:15:57 +0000 |
commit | 4f55e2c4b3052a394495485cc66eaecd087253a0 (patch) | |
tree | b266d45b8a37441ce0efae3cc702720033b56147 /devel/devhelp/Makefile | |
parent | 3697519ef6238d04b80b611980d8691da5faa30e (diff) |
Notes
Diffstat (limited to 'devel/devhelp/Makefile')
-rw-r--r-- | devel/devhelp/Makefile | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/devel/devhelp/Makefile b/devel/devhelp/Makefile index a484fb5ef1d9..1dae10a0e7ae 100644 --- a/devel/devhelp/Makefile +++ b/devel/devhelp/Makefile @@ -7,7 +7,7 @@ PORTNAME= devhelp PORTVERSION= 0.10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES?= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C,^([[:digit:]]+\.[[:digit:]]+).*,\1,} @@ -31,11 +31,11 @@ MOZILLA= firefox USE_BZIP2= yes USE_X_PREFIX= yes +USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui -USE_RC_SUBR= yes GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= ${X11BASE}/lib/${MOZILLA} GCONF_SCHEMAS= devhelp.schemas CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib" @@ -55,13 +55,4 @@ pre-everything:: @${ECHO_MSG} " firefox " @${ECHO_MSG} "" -post-patch: - @${SED} -e 's|%%PREFIX%%|${PREFIX}|g' \ - -e 's|%%MOZILLA%%|${MOZILLA}|g' \ - ${FILESDIR}/devhelp.sh > ${WRKDIR}/devhelp.sh - -post-install: - @${INSTALL_SCRIPT} -m 555 ${WRKDIR}/devhelp.sh ${PREFIX}/etc/rc.d/000.devhelp.sh - @${LDCONFIG} -m ${X11BASE}/lib/${MOZILLA} - .include <bsd.port.post.mk> |