diff options
author | jlam <jlam@pkgsrc.org> | 2006-06-15 20:40:15 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-06-15 20:40:15 +0000 |
commit | a4fa0f8e0e93b21de7667647d0c797d9ecfedff3 (patch) | |
tree | fdcc07230f85f6fc9861a7659692fa83b1801fd4 /sysutils/desktop-file-utils/Makefile | |
parent | 08e1f418c1e54d92e6470650e13abb16e4b7bea8 (diff) | |
download | pkgsrc-a4fa0f8e0e93b21de7667647d0c797d9ecfedff3.tar.gz |
Split out deinstall portions of INSTALL scripts into DEINSTALL scripts.
This avoids the need for a confusing line of the form:
DEINSTALL_TEMPLATE+= path/to/INSTALL
in the package Makefile, and actually removes the need to specify it
altogether since by convention, the existence of the DEINSTALL script
is enough to add it to DEINSTALL_TEMPLATE.
Diffstat (limited to 'sysutils/desktop-file-utils/Makefile')
-rw-r--r-- | sysutils/desktop-file-utils/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/desktop-file-utils/Makefile b/sysutils/desktop-file-utils/Makefile index db1f30440b8..26da1e50856 100644 --- a/sysutils/desktop-file-utils/Makefile +++ b/sysutils/desktop-file-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/04/28 18:36:01 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2006/06/15 20:40:16 jlam Exp $ # DISTNAME= desktop-file-utils-0.11 @@ -18,8 +18,6 @@ USE_PKGLOCALEDIR= YES CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} CONFIGURE_ARGS+= EMACS=no -DEINSTALL_TEMPLATE+= ${PKGDIR}/INSTALL - FILES_SUBST+= APPLICATIONS_PATH="${PREFIX}/share/applications" FILES_SUBST+= UPDATE_DESKTOPDB="${PREFIX}/bin/update-desktop-database" |