aboutsummaryrefslogtreecommitdiff
path: root/deskutils/gnote
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2014-03-31 22:07:21 +0000
committerKoop Mast <kwm@FreeBSD.org>2014-03-31 22:07:21 +0000
commit8f7a63f9929227fbac7f7d79ec074a2f6f5f45aa (patch)
treef9075ae7916eeb34a1c8330e90debf6f278fea01 /deskutils/gnote
parent3beb6fb6e6f165f0514d787df7fd971e5541d061 (diff)
downloadports-8f7a63f9929227fbac7f7d79ec074a2f6f5f45aa.tar.gz
ports-8f7a63f9929227fbac7f7d79ec074a2f6f5f45aa.zip
Notes
Diffstat (limited to 'deskutils/gnote')
-rw-r--r--deskutils/gnote/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/deskutils/gnote/Makefile b/deskutils/gnote/Makefile
index 6c813e4bfdd2..d3d18d79a1cd 100644
--- a/deskutils/gnote/Makefile
+++ b/deskutils/gnote/Makefile
@@ -46,16 +46,15 @@ PLIST_SUB+= APPLET="@comment "
PLIST_SUB+= VERSION=${PORTVERSION}
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|/usr/include/boost|${LOCALBASE}/include/boost|g' \
${WRKSRC}/configure
.ifndef (NOPORTDOCS)
post-install:
- @${MKDIR} ${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
.for i in ${DOCS}
- @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
+ @${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
.endfor
.endif