diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-07-26 01:38:41 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-07-26 01:38:41 +0000 |
commit | a7381722b4095c7e552bc5a1399cb9c0a5e4052e (patch) | |
tree | a535fd0585001ff9766fca0105afdcf82ac30804 /devel/devhelp/Makefile | |
parent | 46a0cbc0ebb7dcf976def55ff1e7b2c0d048dc5c (diff) | |
download | ports-a7381722b4095c7e552bc5a1399cb9c0a5e4052e.tar.gz ports-a7381722b4095c7e552bc5a1399cb9c0a5e4052e.zip |
Notes
Diffstat (limited to 'devel/devhelp/Makefile')
-rw-r--r-- | devel/devhelp/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/devhelp/Makefile b/devel/devhelp/Makefile index c9eda408a904..6c4b496ceb15 100644 --- a/devel/devhelp/Makefile +++ b/devel/devhelp/Makefile @@ -6,7 +6,7 @@ # PORTNAME= devhelp -PORTVERSION= 0.9 +PORTVERSION= 0.9.1 CATEGORIES?= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C,^([[:digit:]]+\.[[:digit:]]+).*,\1,} @@ -21,14 +21,14 @@ RUN_DEPENDS= ${BUILD_DEPENDS} USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes -USE_REINPLACE= yes USE_GNOME= gnomehack intlhack gnomeprefix libgtkhtml libgnomeui GNU_CONFIGURE= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ LIBS="${PTHREAD_LIBS} -L${LOCALBASE}/lib" -post-patch: - @${REINPLACE_CMD} -E 's,^(LD_),export \1,g' ${WRKSRC}/devhelp.in +# This target is only meant to be used by the port maintainer. +x-generate-plist: + (${PORTSDIR}/Tools/scripts/plist -d -m ${MTREE_FILE} ${PREFIX}|${SED} -E 's,.*share/nls/.+$$,,g;s,^@dirrm share/((gnome/[^d]|pixmaps|application|locale).*|gnome$$),,;s,^@dirrm etc/gconf.*,,;s,^etc/gconf/gconf.*,,'|${TR} -s '\n') > temp-pkg-plist .include <bsd.port.mk> |