summaryrefslogtreecommitdiff
path: root/lang/blackdown-jre13/Makefile.common
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2003-01-29 11:01:01 +0000
committerjlam <jlam@pkgsrc.org>2003-01-29 11:01:01 +0000
commit75a598f50269a75f68792129e3c7c682d73dcdf8 (patch)
treebad56f5f17b9a57c04c192a06a0417dd29e8f001 /lang/blackdown-jre13/Makefile.common
parentc27ad75f8246187943c67e5a24c4ccadec321dff (diff)
downloadpkgsrc-75a598f50269a75f68792129e3c7c682d73dcdf8.tar.gz
Note that some of the installed files are config files and use
bsd.pkg.install.mk to handle the file copying and directory handling. Bump PKGREVISION of lang/blackdown-jre13 to 1.
Diffstat (limited to 'lang/blackdown-jre13/Makefile.common')
-rw-r--r--lang/blackdown-jre13/Makefile.common12
1 files changed, 6 insertions, 6 deletions
diff --git a/lang/blackdown-jre13/Makefile.common b/lang/blackdown-jre13/Makefile.common
index b4317a5753d..2876b1389cc 100644
--- a/lang/blackdown-jre13/Makefile.common
+++ b/lang/blackdown-jre13/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.8 2002/12/05 05:51:18 grant Exp $
+# $NetBSD: Makefile.common,v 1.9 2003/01/29 11:01:02 jlam Exp $
#
RELVERSION= 1.3.1
@@ -46,10 +46,8 @@ JVM_HOME= ${LOCALBASE}/java/blackdown-${RELVERSION}
WRKSRC= ${WRKDIR}/${BASENAME}${RELVERSION}
-USE_BUILDLINK2= # defined
-NO_CONFIGURE= # defined
-NO_BUILD= # defined
-NO_MTREE= # defined, since we change PREFIX
+USE_BUILDLINK2= yes
+NO_MTREE= yes # since we change PREFIX
PLIST_SUBST+= BLACKDOWN_ARCH=${BLACKDOWN_ARCH}
@@ -64,7 +62,9 @@ post-fetch:
fi
.endif
-post-patch:
+do-build: # nothing
+
+post-build:
${FIND} ${WRKSRC} -name '*.orig' -print | ${XARGS} ${RM} -f
${FIND} ${WRKSRC} -name '*.1.gz' -print | ${XARGS} ${GUNZIP_CMD}