diff options
author | rh <rh@pkgsrc.org> | 2009-04-13 12:26:38 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2009-04-13 12:26:38 +0000 |
commit | 51fa79a8778b70752d4291821f95d2bf14a0a85a (patch) | |
tree | 2be3c89a967d5a708a6db3a844649b7f420c959d /x11/gnustep-preferences/Makefile | |
parent | 2ba107999c0ddf6e4b0672a3a215a85a603c952e (diff) | |
download | pkgsrc-51fa79a8778b70752d4291821f95d2bf14a0a85a.tar.gz |
Update gnustep-preferences to 1.2.0nb18. This changes the filesystem
layout to be more hier(7) compliant.
Diffstat (limited to 'x11/gnustep-preferences/Makefile')
-rw-r--r-- | x11/gnustep-preferences/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/x11/gnustep-preferences/Makefile b/x11/gnustep-preferences/Makefile index 517cb529395..ccd2ab27bdd 100644 --- a/x11/gnustep-preferences/Makefile +++ b/x11/gnustep-preferences/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.32 2008/12/28 07:56:38 adam Exp $ +# $NetBSD: Makefile,v 1.33 2009/04/13 12:26:38 rh Exp $ DISTNAME= Preferences-1.2.0 PKGNAME= gnustep-${DISTNAME:S/P/p/} -PKGREVISION= 17 +PKGREVISION= 18 CATEGORIES= x11 gnustep MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=prefsapp/} EXTRACT_SUFX= .tar.bz2 @@ -11,6 +11,10 @@ MAINTAINER= adam@NetBSD.org HOMEPAGE= http://prefsapp.sourceforge.net/ COMMENT= Application for setting preferences for the GNUstep system +PKG_DESTDIR_SUPPORT= destdir + +LICENSE= gnu-gpl-v2 + USE_LANGUAGES= objc NO_CONFIGURE= YES |