summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorwiedi <wiedi>2014-02-16 15:41:54 +0000
committerwiedi <wiedi>2014-02-16 15:41:54 +0000
commit30634a1b69271346d1a15dc784552b871b8356da (patch)
tree13f7641e923567b9fa61cda5155122d8e1e96e2a /time
parent8dff4b252f1049fc50099fda77f5f241d5c87ecf (diff)
downloadpkgsrc-30634a1b69271346d1a15dc784552b871b8356da.tar.gz
Use correct BUILD_TARGET on SunOS
Diffstat (limited to 'time')
-rw-r--r--time/plan/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/time/plan/Makefile b/time/plan/Makefile
index 7666c6318fb..32e2e90f591 100644
--- a/time/plan/Makefile
+++ b/time/plan/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2012/10/08 13:04:27 asau Exp $
+# $NetBSD: Makefile,v 1.32 2014/02/16 15:41:54 wiedi Exp $
DISTNAME= plan-1.9
PKGREVISION= 1
@@ -23,6 +23,10 @@ INSTALLATION_DIRS= libexec/plan ${PKGMANDIR}/man1 ${PKGMANDIR}/man4 \
BUILD_TARGET= ${LOWER_VENDOR}${OS_VERSION:C/.[0-9]//}
.endif
+.if ${OPSYS} == "SunOS"
+BUILD_TARGET= "solg"
+.endif
+
.include "../../mk/compiler.mk"
.if !empty(CC_VERSION:Mgcc-3.*)