diff options
author | lme <lme@FreeBSD.org> | 2013-10-03 20:22:04 +0800 |
---|---|---|
committer | lme <lme@FreeBSD.org> | 2013-10-03 20:22:04 +0800 |
commit | aa3bd657015648871b9a919cf8bc71167e8724a7 (patch) | |
tree | c5e9a82b4b40728f203e402e140ab4114358dccc /x11/ipager | |
parent | 848c14bb596d5e633099889affb8357fbee42c12 (diff) | |
download | freebsd-ports-gnome-aa3bd657015648871b9a919cf8bc71167e8724a7.tar.gz freebsd-ports-gnome-aa3bd657015648871b9a919cf8bc71167e8724a7.tar.zst freebsd-ports-gnome-aa3bd657015648871b9a919cf8bc71167e8724a7.zip |
- Use %%DATADIR%% in pkg-message [1]
- Switch to USES scons
Noticed by: jgh [1]
Diffstat (limited to 'x11/ipager')
-rw-r--r-- | x11/ipager/Makefile | 4 | ||||
-rw-r--r-- | x11/ipager/files/pkg-message.in | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/x11/ipager/Makefile b/x11/ipager/Makefile index a1719709d55f..19eb49a99ac8 100644 --- a/x11/ipager/Makefile +++ b/x11/ipager/Makefile @@ -12,7 +12,7 @@ COMMENT= X11 pager program LICENSE= MIT -USE_SCONS= yes +USES= scons USE_EFL= imlib2 SUB_FILES= pkg-message @@ -25,8 +25,6 @@ THEMES= atlantis.conf \ light_gray.conf \ light_orange.conf -SCONS_ARGS+= ${DESTDIRNAME}=${STAGEDIR} - post-patch: @${REINPLACE_CMD} -e '35,36d;89d;92,94d' \ ${WRKSRC}/SConstruct diff --git a/x11/ipager/files/pkg-message.in b/x11/ipager/files/pkg-message.in index b709a53fbd5f..59f82bad99eb 100644 --- a/x11/ipager/files/pkg-message.in +++ b/x11/ipager/files/pkg-message.in @@ -2,7 +2,7 @@ ******************************************************************************** Some additional themes (config files) you may find in the -${DATADIR}/themes directory. +%%DATADIR%%/themes directory. Just copy any of them instead of your ~./ipager/ipager.conf config file or you can define other config file via '-c'" command line option. |