diff options
author | agc <agc@pkgsrc.org> | 1998-11-16 11:57:33 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-11-16 11:57:33 +0000 |
commit | c09699ac9ebd4aff400b91f8db920683b2ebcf7d (patch) | |
tree | 74d7652e791164d0d8a1d8a2f0c9b4cc11f91b0f /lang | |
parent | b1c9320e3520f4ce523d41b4321246073eea6a14 (diff) | |
download | pkgsrc-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')
-rw-r--r-- | lang/STk/Makefile | 11 |
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" |