diff options
author | joerg <joerg> | 2008-06-12 02:14:13 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-06-12 02:14:13 +0000 |
commit | 39d7fb93432416d872ed34e0025741cc93068c06 (patch) | |
tree | c12b9c282e2706cb6bac87456615dfdf2b256e55 /lang/cim/Makefile | |
parent | cce8b72ae5b66d3a54ac565ef8ac6780597301bc (diff) | |
download | pkgsrc-39d7fb93432416d872ed34e0025741cc93068c06.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'lang/cim/Makefile')
-rw-r--r-- | lang/cim/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/cim/Makefile b/lang/cim/Makefile index b364ecf191b..6f26e4f7dd8 100644 --- a/lang/cim/Makefile +++ b/lang/cim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2006/04/05 06:27:41 jlam Exp $ +# $NetBSD: Makefile,v 1.25 2008/06/12 02:14:33 joerg Exp $ DISTNAME= cim-3.30 PKGREVISION= 1 @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnu.org/software/cim/cim.html COMMENT= Simula compiler based on the C programming language +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES CONFIGURE_ENV+= libtool_path=${PKG_LIBTOOL:Q} USE_TOOLS+= perl:run |