diff options
author | agc <agc> | 1998-11-16 11:57:33 +0000 |
---|---|---|
committer | agc <agc> | 1998-11-16 11:57:33 +0000 |
commit | 1dacf59feb6960434a6eaecc8ae714e03935e29f (patch) | |
tree | 74d7652e791164d0d8a1d8a2f0c9b4cc11f91b0f /lang/STk | |
parent | 90d4cefb1f76b6cf54ecc71796dfa2a25445526c (diff) | |
download | pkgsrc-1dacf59feb6960434a6eaecc8ae714e03935e29f.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/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" |