diff options
author | hasso <hasso@pkgsrc.org> | 2009-04-30 18:25:59 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-04-30 18:25:59 +0000 |
commit | 171acc53569ff8300084b0dcde6e87a285d7ebfb (patch) | |
tree | 27076967c0d93e40dc386531fddb0791d63bce35 /lang/pcc-current | |
parent | b6e45c7ddc471eae212f93ed33c0cc4bf34893d4 (diff) | |
download | pkgsrc-171acc53569ff8300084b0dcde6e87a285d7ebfb.tar.gz |
DESTDIR ready.
Diffstat (limited to 'lang/pcc-current')
-rw-r--r-- | lang/pcc-current/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/pcc-current/Makefile b/lang/pcc-current/Makefile index e122ac1ca64..6344b1354b1 100644 --- a/lang/pcc-current/Makefile +++ b/lang/pcc-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2009/04/30 18:19:28 hasso Exp $ +# $NetBSD: Makefile,v 1.3 2009/04/30 18:25:59 hasso Exp $ DISTNAME= pcc-${DATE_STR} PKGNAME= pcc-current-0.9.9.20${DATE_STR} @@ -7,6 +7,8 @@ CATEGORIES= lang MASTER_SITES= ftp://pcc.ludd.ltu.se/pub/pcc/ EXTRACT_SUFX= .tgz +PKG_DESTDIR_SUPPORT= user-destdir + MAINTAINER= he@NetBSD.org HOMEPAGE= http://pcc.ludd.ltu.se/ COMMENT= Portable C compiler |