[Midnightbsd-cvs] mports [17445] trunk/audio/gnustep-cdplayer/Makefile: fix the preferences app path
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Sep 21 17:07:27 EDT 2014
Revision: 17445
http://svnweb.midnightbsd.org/mports/?rev=17445
Author: laffer1
Date: 2014-09-21 17:07:26 -0400 (Sun, 21 Sep 2014)
Log Message:
-----------
fix the preferences app path
Modified Paths:
--------------
trunk/audio/gnustep-cdplayer/Makefile
Modified: trunk/audio/gnustep-cdplayer/Makefile
===================================================================
--- trunk/audio/gnustep-cdplayer/Makefile 2014-09-21 17:11:49 UTC (rev 17444)
+++ trunk/audio/gnustep-cdplayer/Makefile 2014-09-21 21:07:26 UTC (rev 17445)
@@ -3,7 +3,7 @@
PORTNAME= cdplayer
PORTVERSION= 0.5.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio gnustep
MASTER_SITES= SF/gsburn/${PORTNAME}/${PORTNAME}-${PORTVERSION}
PKGNAMEPREFIX= gnustep-
@@ -27,6 +27,6 @@
MAKE_ENV+= GNUSTEP_INSTALLATION_DIR=${GNUSTEP_LOCAL_ROOT}
CDDB_BUNDLE_PORT?= audio/cddb-bundle
-PREFERENCES_PORT?= deskutils/preferences
+PREFERENCES_PORT?= deskutils/preferences.app
.include <bsd.port.mk>
More information about the Midnightbsd-cvs
mailing list