aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/ganttproject
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2015-10-16 22:00:31 +0800
committermarino <marino@FreeBSD.org>2015-10-16 22:00:31 +0800
commit89c7ae0f7833e702af675223e9f790f0cc0f181c (patch)
treebcb033f9b2a8abe05666c70abfac4250c4e81d5b /deskutils/ganttproject
parent85208c395a14dc44d69ec78149513b5af88cb97c (diff)
downloadfreebsd-ports-gnome-89c7ae0f7833e702af675223e9f790f0cc0f181c.tar.gz
freebsd-ports-gnome-89c7ae0f7833e702af675223e9f790f0cc0f181c.tar.zst
freebsd-ports-gnome-89c7ae0f7833e702af675223e9f790f0cc0f181c.zip
deskutils/ganttproject: Unmask installation commands
I missed that install commands got masked; unmask them again. PR: 199223
Diffstat (limited to 'deskutils/ganttproject')
-rw-r--r--deskutils/ganttproject/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/deskutils/ganttproject/Makefile b/deskutils/ganttproject/Makefile
index c54b1ce6d9c2..f5c299270ef8 100644
--- a/deskutils/ganttproject/Makefile
+++ b/deskutils/ganttproject/Makefile
@@ -27,9 +27,9 @@ DESKTOP_ENTRIES="GanttProject" "" "ganttproject" "ganttproject" "" ""
do-install:
@${MKDIR} ${STAGEDIR}${DATADIR}
- @(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR})
- @${CHMOD} ${BINMODE} ${STAGEDIR}${DATADIR}/ganttproject
- @${LN} -sf ${DATADIR}/ganttproject ${STAGEDIR}${PREFIX}/bin
+ (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR})
+ ${CHMOD} ${BINMODE} ${STAGEDIR}${DATADIR}/ganttproject
+ ${LN} -sf ${DATADIR}/ganttproject ${STAGEDIR}${PREFIX}/bin
.for i in 16 24 32 48 64
@${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${i}x${i}/apps
${LN} -sf ${DATADIR}/plugins/net.sourceforge.ganttproject/data/resources/logos/icon${i}.png \