diff options
author | abs <abs@pkgsrc.org> | 2000-01-12 16:39:33 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2000-01-12 16:39:33 +0000 |
commit | 5079771ab5daaa397c27951ba0bd9403c498969a (patch) | |
tree | 9e8af5921bed951a6124a1cd9b54fcc474b7ea62 /misc | |
parent | 692548221208c0df749ea13957e82de030d38857 (diff) | |
download | pkgsrc-5079771ab5daaa397c27951ba0bd9403c498969a.tar.gz |
oops - remove debugging code
Diffstat (limited to 'misc')
-rw-r--r-- | misc/setiathome/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/setiathome/Makefile b/misc/setiathome/Makefile index dc5fcf7c362..53670cae872 100644 --- a/misc/setiathome/Makefile +++ b/misc/setiathome/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.2 2000/01/10 18:19:09 abs Exp $ +# $NetBSD: Makefile,v 1.3 2000/01/12 16:39:33 abs Exp $ # BASE_OS = ${OS_VERSION:S/.//:C/\..*//} PKGVERSION = 1.2 .include "../../mk/bsd.prefs.mk" # -# .if ${OPSYS} == "SunOS" && ${MACHINE_ARCH} == "sparc" -.if ${OPSYS} == ${OPSYS} +.if ${OPSYS} == "SunOS" && ${MACHINE_ARCH} == "sparc" PKGVERSION= 1.3 DISTNAME= ${PKGNAME}.sparc-sun-solaris2.6 # |