diff options
author | heinz <heinz> | 2007-05-19 22:12:53 +0000 |
---|---|---|
committer | heinz <heinz> | 2007-05-19 22:12:53 +0000 |
commit | 203673adece06c42a064769c17e47761338de8d4 (patch) | |
tree | c1095b682754ad6ba11f3f0a8874695c290ffc78 /net | |
parent | faac20c1f9a3968413c8a32e7d3b155585a325ae (diff) | |
download | pkgsrc-203673adece06c42a064769c17e47761338de8d4.tar.gz |
Package supports installation to DESTDIR.
Diffstat (limited to 'net')
-rw-r--r-- | net/SDL_net/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/SDL_net/Makefile b/net/SDL_net/Makefile index b489fa102d9..f85a73c34b4 100644 --- a/net/SDL_net/Makefile +++ b/net/SDL_net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2006/06/12 16:26:30 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2007/05/19 22:12:53 heinz Exp $ DISTNAME= SDL_net-1.2.6 CATEGORIES= net @@ -8,6 +8,8 @@ MAINTAINER= zuntum@NetBSD.org HOMEPAGE= http://www.libsdl.org/projects/SDL_net/ COMMENT= Small sample cross-platform networking library for SDL +PKG_DESTDIR_SUPPORT= user-destdir + USE_LANGUAGES= c c++ USE_LIBTOOL= yes GNU_CONFIGURE= yes |