[Midnightbsd-cvs] mports [21267] trunk/graphics/price/Makefile: fix install

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Mar 25 22:20:06 EDT 2016


Revision: 21267
          http://svnweb.midnightbsd.org/mports/?rev=21267
Author:   laffer1
Date:     2016-03-25 22:20:05 -0400 (Fri, 25 Mar 2016)
Log Message:
-----------
fix install

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

Modified: trunk/graphics/price/Makefile
===================================================================
--- trunk/graphics/price/Makefile	2016-03-26 02:17:47 UTC (rev 21266)
+++ trunk/graphics/price/Makefile	2016-03-26 02:20:05 UTC (rev 21267)
@@ -2,7 +2,7 @@
 
 PORTNAME=	price
 PORTVERSION=	1.3.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics gnustep
 MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION}
 DISTNAME=	PRICE-${PORTVERSION}
@@ -19,7 +19,7 @@
 
 DATADIR=	${GNUSTEP_LOCAL_ROOT}/Applications/PRICE.app
 PORTDATA=	*
-PLIST_FILES=	${GNUSTEP_LOCAL_TOOLS}/PRICE \
+PLIST_FILES=	${DATADIR_REL}/PRICE \
 		share/applications/PRICE.desktop
 
 post-build:
@@ -27,7 +27,7 @@
 		${WRKSRC}/PRICE.app/Resources/PRICE.desktop
 
 post-install:
-	${STRIP_CMD} ${DATADIR}/PRICE
+	${STRIP_CMD} ${FAKE_DESTDIR}${DATADIR}/PRICE
 	${LN} -sf ${DATADIR}/Resources/PRICE.desktop \
 		${PREFIX}/share/applications
 



More information about the Midnightbsd-cvs mailing list