diff options
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 |