diff options
Diffstat (limited to 'deskutils/notecase/Makefile')
-rw-r--r-- | deskutils/notecase/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/deskutils/notecase/Makefile b/deskutils/notecase/Makefile index 80b7501d1de9..c162df5ecf3b 100644 --- a/deskutils/notecase/Makefile +++ b/deskutils/notecase/Makefile @@ -18,16 +18,10 @@ USES= dos2unix gmake desktop-file-utils gettext pkgconfig shared-mime-info DOS2UNIX_REGEX= .*\.(c|h|cpp) +MAKE_ARGS= prefix=${PREFIX} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PORTDOCS= help.ncd -INSTALL_TARGET= install docinstall - -post-patch: - @${REINPLACE_CMD} -e 's|^prefix=.*|prefix=${PREFIX}|' \ - ${WRKSRC}/Makefile - @${REINPLACE_CMD} -e 's|^docsdir=.*|docsdir=${DOCSDIR}|' \ - ${WRKSRC}/Makefile post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/notecase |