diff options
Diffstat (limited to 'x11/apwal/Makefile')
-rw-r--r-- | x11/apwal/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/apwal/Makefile b/x11/apwal/Makefile index a6f63fc..83d2675 100644 --- a/x11/apwal/Makefile +++ b/x11/apwal/Makefile @@ -6,13 +6,14 @@ # PORTNAME= apwal -PORTVERSION= 0.4.2 +PORTVERSION= 0.4.4 CATEGORIES= x11 MASTER_SITES= http://apwal.free.fr/download/ MAINTAINER= stolz@i2.informatik.rwth-aachen.de COMMENT= Simple and powerful application launcher +USE_SIZE= yes USE_GNOME= gtk20 libxml2 USE_X_PREFIX= yes USE_GMAKE= yes @@ -20,6 +21,8 @@ USE_REINPLACE= yes WRKSRC= ${WRKDIR}/${PORTNAME}/src +PLIST_FILES= bin/apwal bin/apwal-editor + post-patch: @${CP} ${FILESDIR}/group_member.c ${WRKSRC} @${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share/gnome|g' ${WRKSRC}/cereimg.c ${WRKSRC}/../example/apwalrc.xml |