diff options
Diffstat (limited to 'deskutils/preferencepanes/Makefile')
-rw-r--r-- | deskutils/preferencepanes/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/deskutils/preferencepanes/Makefile b/deskutils/preferencepanes/Makefile index 89056ff1a6ff..6f0721426f7d 100644 --- a/deskutils/preferencepanes/Makefile +++ b/deskutils/preferencepanes/Makefile @@ -6,11 +6,11 @@ # PORTNAME= preferencepanes -PORTVERSION= 1.0.1 -PORTREVISION= 2 +PORTVERSION= 1.1.0 CATEGORIES= deskutils gnustep -MASTER_SITES= http://www.gnustep.it/enrico/system-preferences/ -DISTNAME= systempreferences-${PORTVERSION} +MASTER_SITES= ${MASTER_SITE_GNUSTEP} +MASTER_SITE_SUBDIR=usr-apps +DISTNAME= SystemPreferences-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= PreferencePanes framework for GNUstep @@ -26,4 +26,6 @@ USE_GNUSTEP_LDCONFIG= ${GNUSTEP_SYSTEM_LIBRARIES} WRKSRC= ${WRKDIR}/${DISTNAME}/PreferencePanes +MAKE_ENV+= GNUSTEP_INSTALLATION_DOMAIN=SYSTEM + .include <bsd.port.mk> |