diff options
author | tobik <tobik@FreeBSD.org> | 2019-04-17 22:33:34 +0800 |
---|---|---|
committer | Koop Mast <koop@beyonit.nl> | 2019-04-23 03:01:50 +0800 |
commit | 40051f33de9c035172d9a4826c186473ea4af503 (patch) | |
tree | 3f423247a6861cf41913cf6c9fb5ea618745932a | |
parent | 04e3c14c9872e82731904e8a85ab7fbbbf356ca9 (diff) | |
download | freebsd-ports-gnome-40051f33de9c035172d9a4826c186473ea4af503.tar.gz freebsd-ports-gnome-40051f33de9c035172d9a4826c186473ea4af503.tar.zst freebsd-ports-gnome-40051f33de9c035172d9a4826c186473ea4af503.zip |
deskutils/ganttproject: Fix r499177
-rw-r--r-- | deskutils/ganttproject/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/ganttproject/Makefile b/deskutils/ganttproject/Makefile index 7516aed89265..6725d4b2a560 100644 --- a/deskutils/ganttproject/Makefile +++ b/deskutils/ganttproject/Makefile @@ -30,7 +30,7 @@ DESKTOP_ENTRIES="GanttProject" "" "ganttproject" "ganttproject" "" "" do-install: cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} - ${CHMOD} ${BINMODE} ${WRKSRC}/ganttproject ${STAGEDIR}${DATADIR} + ${CHMOD} ${BINMODE} ${STAGEDIR}${DATADIR}/ganttproject ${RLN} ${STAGEDIR}${DATADIR}/ganttproject ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/64x64/apps ${RLN} ${STAGEDIR}${DATADIR}/plugins-${DISTVERSION}/ganttproject/data/resources/icons/ganttproject.png \ |