diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/apwal/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/x11/apwal/Makefile b/x11/apwal/Makefile index e5ab995440b0..1f0773a707ad 100644 --- a/x11/apwal/Makefile +++ b/x11/apwal/Makefile @@ -11,21 +11,19 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Simple and powerful application launcher USE_GNOME= gtk20 libxml2 -USE_GMAKE= yes -USES= pkgconfig +USES= gmake pkgconfig WRKSRC= ${WRKDIR}/${PORTNAME}/src PLIST_FILES= bin/apwal bin/apwal-editor -NO_STAGE= yes post-patch: @${CP} ${FILESDIR}/group_member.c ${WRKSRC} @${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|g' \ ${WRKSRC}/cereimg.c ${WRKSRC}/../example/apwalrc.xml do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/apwal ${PREFIX}/bin - ${LN} -sf ${PREFIX}/bin/apwal ${PREFIX}/bin/apwal-editor + ${INSTALL_PROGRAM} ${WRKSRC}/apwal ${STAGEDIR}${PREFIX}/bin + ${LN} -sf apwal ${STAGEDIR}${PREFIX}/bin/apwal-editor .include <bsd.port.mk> |