diff options
author | agc <agc@pkgsrc.org> | 2013-05-11 05:31:52 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2013-05-11 05:31:52 +0000 |
commit | e9a8be114af10f93325653ebd0db7bdf556f3f37 (patch) | |
tree | e6644a81756f42331e504058f47a581f05090342 /editors/ssam/Makefile | |
parent | 8fec6cea917dc414781bbd6bbb22b1c6b48b1c54 (diff) | |
download | pkgsrc-e9a8be114af10f93325653ebd0db7bdf556f3f37.tar.gz |
Allow this package to be cross-built by specifying the BUILD_TARGET and
TEST_TARGET properly
Diffstat (limited to 'editors/ssam/Makefile')
-rw-r--r-- | editors/ssam/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/ssam/Makefile b/editors/ssam/Makefile index bc057185905..c2acf4ae5a1 100644 --- a/editors/ssam/Makefile +++ b/editors/ssam/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2012/10/03 11:43:43 asau Exp $ +# $NetBSD: Makefile,v 1.20 2013/05/11 05:31:52 agc Exp $ # DISTNAME= ssam-1.9 @@ -11,7 +11,8 @@ HOMEPAGE= http://www.alistaircrooks.co.uk/software.html COMMENT= UTF-8-aware stream editor like sed(1), using the sam command set GNU_CONFIGURE= yes -BUILD_TARGET= tst +BUILD_TARGET= ssam +TEST_TARGET= tst .include "../../misc/libutf/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |