[Midnightbsd-cvs] mports [21745] trunk/graphics/price/Makefile: fix datadir

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Aug 19 21:53:45 EDT 2016


Revision: 21745
          http://svnweb.midnightbsd.org/mports/?rev=21745
Author:   laffer1
Date:     2016-08-19 21:53:45 -0400 (Fri, 19 Aug 2016)
Log Message:
-----------
fix datadir

Modified Paths:
--------------
    trunk/graphics/price/Makefile

Modified: trunk/graphics/price/Makefile
===================================================================
--- trunk/graphics/price/Makefile	2016-08-20 01:53:00 UTC (rev 21744)
+++ trunk/graphics/price/Makefile	2016-08-20 01:53:45 UTC (rev 21745)
@@ -2,7 +2,7 @@
 
 PORTNAME=	price
 PORTVERSION=	1.3.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	graphics gnustep
 MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION}
 DISTNAME=	PRICE-${PORTVERSION}
@@ -17,7 +17,7 @@
 
 USE_GNUSTEP=	back build
 
-DATADIR=	${GNUSTEP_LOCAL_ROOT}/Applications/PRICE.app
+DATADIR=	${GNUSTEP_SYSTEM_ROOT}/Applications/PRICE.app
 PORTDATA=	*
 PLIST_FILES=	${DATADIR_REL}/PRICE \
 		share/applications/PRICE.desktop



More information about the Midnightbsd-cvs mailing list