1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

- Limit use of dos2unix to src/tickr/tickr.h

- Fix runtime path of tickr icon
This commit is contained in:
Nicola Vitale 2013-03-15 14:49:11 +00:00
parent a47d84f8a5
commit 97480323fb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314307
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ PLIST_SUB= DESKTOPDIR=${DESKTOPDIR:S,${PREFIX}/,,}
REINPLACE_ARGS= -e 's,%%PREFIX%%,${PREFIX},1' -i.bak
USE_DOS2UNIX= yes
USE_DOS2UNIX= tickr.h
USE_GNOME= desktopfileutils gtk20 libxml2
USE_PKGCONFIG= build

View File

@ -6,7 +6,7 @@
#ifndef G_OS_WIN32
-# define INSTALL_PATH "/usr/share/"APP_CMD
-# define IMAGES_PATH INSTALL_PATH"/pixmaps"
+# define INSTALL_PATH "%%PREFIX%%/share/"
+# define INSTALL_PATH "%%PREFIX%%/share"
+# define IMAGES_PATH INSTALL_PATH"/pixmaps/"APP_CMD
#else
# define IMAGES_PATH APP_NAME /* actually not a path but a dir name */