Sat May 11 05:31:52 2013 UTC ()
Allow this package to be cross-built by specifying the BUILD_TARGET and
TEST_TARGET properly


(agc)
diff -r1.19 -r1.20 pkgsrc/editors/ssam/Makefile

cvs diff -r1.19 -r1.20 pkgsrc/editors/ssam/Makefile (expand / switch to unified diff)

--- pkgsrc/editors/ssam/Makefile 2012/10/03 11:43:43 1.19
+++ pkgsrc/editors/ssam/Makefile 2013/05/11 05:31:52 1.20
@@ -1,17 +1,18 @@ @@ -1,17 +1,18 @@
1# $NetBSD: Makefile,v 1.19 2012/10/03 11:43:43 asau Exp $ 1# $NetBSD: Makefile,v 1.20 2013/05/11 05:31:52 agc Exp $
2# 2#
3 3
4DISTNAME= ssam-1.9 4DISTNAME= ssam-1.9
5PKGREVISION= 1 5PKGREVISION= 1
6CATEGORIES= editors 6CATEGORIES= editors
7MASTER_SITES= http://www.westley.demon.co.uk/src/ 7MASTER_SITES= http://www.westley.demon.co.uk/src/
8 8
9MAINTAINER= agc@NetBSD.org 9MAINTAINER= agc@NetBSD.org
10HOMEPAGE= http://www.alistaircrooks.co.uk/software.html 10HOMEPAGE= http://www.alistaircrooks.co.uk/software.html
11COMMENT= UTF-8-aware stream editor like sed(1), using the sam command set 11COMMENT= UTF-8-aware stream editor like sed(1), using the sam command set
12 12
13GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
14BUILD_TARGET= tst 14BUILD_TARGET= ssam
 15TEST_TARGET= tst
15 16
16.include "../../misc/libutf/buildlink3.mk" 17.include "../../misc/libutf/buildlink3.mk"
17.include "../../mk/bsd.pkg.mk" 18.include "../../mk/bsd.pkg.mk"