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 /x11/gtk/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 'x11/gtk/Makefile')
-rw-r--r-- | x11/gtk/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/x11/gtk/Makefile b/x11/gtk/Makefile index 2674737d727..dfb6aad60b6 100644 --- a/x11/gtk/Makefile +++ b/x11/gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.118 2006/04/29 16:58:45 jschauma Exp $ +# $NetBSD: Makefile,v 1.119 2006/06/15 20:40:16 jlam Exp $ DISTNAME= gtk+-1.2.10 PKGREVISION= 9 @@ -44,10 +44,6 @@ GTK_MAJOR_VERSION= ${GTK_VERSION:C/\..*//} GTK_MINOR_VERSION= ${GTK_VERSION:C/[^.]*\.//:C/\..*//} GTK_MICRO_VERSION= ${GTK_VERSION:C/.*\.//} -.if ${PKG_INSTALLATION_TYPE} == "overwrite" -DEINSTALL_TEMPLATE+= ${PKGDIR}/INSTALL -.endif - .include "../../mk/compiler.mk" .if !empty(PKGSRC_COMPILER:Mmipspro*) |