summaryrefslogtreecommitdiff
path: root/lang/STk
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1998-11-16 11:57:33 +0000
committeragc <agc@pkgsrc.org>1998-11-16 11:57:33 +0000
commitc09699ac9ebd4aff400b91f8db920683b2ebcf7d (patch)
tree74d7652e791164d0d8a1d8a2f0c9b4cc11f91b0f /lang/STk
parentb1c9320e3520f4ce523d41b4321246073eea6a14 (diff)
downloadpkgsrc-c09699ac9ebd4aff400b91f8db920683b2ebcf7d.tar.gz
Simplify this considerably, as we no longer have to special-case the
substitution of ${OS_VERSION} in the PLIST - it's done automatically in bsd.pkg.mk.
Diffstat (limited to 'lang/STk')
-rw-r--r--lang/STk/Makefile11
1 files changed, 1 insertions, 10 deletions
diff --git a/lang/STk/Makefile b/lang/STk/Makefile
index 9522b0a67ce..a4d05eaaa26 100644
--- a/lang/STk/Makefile
+++ b/lang/STk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 1998/08/20 15:17:03 tsarna Exp $
+# $NetBSD: Makefile,v 1.6 1998/11/16 11:57:33 agc Exp $
#
DISTNAME= STk-3.99.2
@@ -10,13 +10,4 @@ HOMEPAGE= http://kaolin.unice.fr/STk/
GNU_CONFIGURE= yes
-PLIST_SRC= ${WRKDIR}/PLIST.tmp
-
-.include "../../mk/bsd.prefs.mk"
-
-OS_VERSION!= /usr/bin/uname -r
-
-pre-install:
- @${SED} -e 's|\$${OS_VERSION}|${OS_VERSION}|g' ${PKGDIR}/PLIST > ${PLIST_SRC}
-
.include "../../mk/bsd.pkg.mk"