diff options
author | jlam <jlam@pkgsrc.org> | 2004-08-28 06:05:31 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-08-28 06:05:31 +0000 |
commit | 8d572feba3c42eb07c7ebefebf9ff3a724667181 (patch) | |
tree | 5dc4e89dc16e8bc4775289a094f06547ef41c178 /devel/devhelp | |
parent | 672b3353149f2b5c9cc6489409ee5a8d157e9060 (diff) | |
download | pkgsrc-8d572feba3c42eb07c7ebefebf9ff3a724667181.tar.gz |
Use the new BUILDLINK_TRANSFORM commands to more precisely state the
intended transformation: use "rm" to remove an option, "rmdir" to remove
all options containing a path starting with a given directory name, and
"rename" to rename options to something else.
Diffstat (limited to 'devel/devhelp')
-rw-r--r-- | devel/devhelp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/devhelp/Makefile b/devel/devhelp/Makefile index 6b2e689c53d..170b8a640b1 100644 --- a/devel/devhelp/Makefile +++ b/devel/devhelp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/04/19 13:41:28 recht Exp $ +# $NetBSD: Makefile,v 1.15 2004/08/28 06:05:31 jlam Exp $ DISTNAME= devhelp-0.7 PKGREVISION= 9 @@ -21,8 +21,8 @@ USE_X11= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-html-widget=gtkhtml2 -BUILDLINK_TRANSFORM+= S:-DG_DISABLE_DEPRECATED: -BUILDLINK_TRANSFORM+= S:-DGTK_DISABLE_DEPRECATED: +BUILDLINK_TRANSFORM+= rm:-DG_DISABLE_DEPRECATED +BUILDLINK_TRANSFORM+= rm:-DGTK_DISABLE_DEPRECATED post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/devhelp |