summaryrefslogtreecommitdiff
path: root/misc/openoffice2-bin/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-06-15 20:40:15 +0000
committerjlam <jlam@pkgsrc.org>2006-06-15 20:40:15 +0000
commit827643d4bb8f5f83c28919b7df0d42108769e37d (patch)
treefdcc07230f85f6fc9861a7659692fa83b1801fd4 /misc/openoffice2-bin/Makefile
parent16435dbba43f2f98501e2daefad890a6542aab31 (diff)
downloadpkgsrc-827643d4bb8f5f83c28919b7df0d42108769e37d.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 'misc/openoffice2-bin/Makefile')
-rw-r--r--misc/openoffice2-bin/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/openoffice2-bin/Makefile b/misc/openoffice2-bin/Makefile
index 95f3d850057..eb5c24a5fa1 100644
--- a/misc/openoffice2-bin/Makefile
+++ b/misc/openoffice2-bin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2006/05/22 22:22:04 jlam Exp $
+# $NetBSD: Makefile,v 1.20 2006/06/15 20:40:16 jlam Exp $
PKGNAME= openoffice-bin-2.0.2
CATEGORIES= misc
@@ -42,8 +42,6 @@ PLIST_SRC+= ${WRKDIR}/PLIST
#
ARCH= ${MACHINE_ARCH:C/i[3-6]86/i386/g}
-DEINSTALL_TEMPLATE+= ${PKGDIR}/INSTALL
-
.if ${OPSYS} == "NetBSD"
. if ${MACHINE_ARCH} == "sparc" || ${MACHINE_ARCH} == "sparc64"
. if !exists(/emul/svr4/usr/lib/ld.so)