aboutsummaryrefslogtreecommitdiff
path: root/net/unison232
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2016-04-16 12:29:27 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2016-04-16 12:29:27 +0000
commited62b74be6d01a89cbf8546264610f6a29cca503 (patch)
treeb5a361ba84e4d8cb1ca2497539237a51e00a1b21 /net/unison232
parent30c930dc0d6cf27bf75ba10827e5a1e76ec724e9 (diff)
downloadports-ed62b74be6d01a89cbf8546264610f6a29cca503.tar.gz
ports-ed62b74be6d01a89cbf8546264610f6a29cca503.zip
Do not attempt to create ${STAGEDIR}${DESKTOPDIR}: `share/applications'
was added to mtree (Templates/BSD.local.dist) in r331266 2.5 years ago, and fix some minor bogosities nearby.
Notes
Notes: svn path=/head/; revision=413438
Diffstat (limited to 'net/unison232')
-rw-r--r--net/unison232/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/unison232/Makefile b/net/unison232/Makefile
index 160e7d0729b1..3d59fd880228 100644
--- a/net/unison232/Makefile
+++ b/net/unison232/Makefile
@@ -69,9 +69,8 @@ post-install:
cd ${DISTDIR}/${DIST_SUBDIR} && ${INSTALL_DATA} ${EXTRA_DOCS} ${STAGEDIR}${DOCSDIR}
.if ${PORT_OPTIONS:MX11}
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}-text ${STAGEDIR}${PREFIX}/bin/${PORTNAME}${PKGNAMESUFFIX}-text
- ${MKDIR} ${STAGEDIR}${DESKTOPDIR}
${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.desktop ${STAGEDIR}${DESKTOPDIR}/${PORTNAME}${PKGNAMESUFFIX}.desktop
- @${INSTALL_DATA} ${WRKSRC}/win32rc/U_4_48x48x32.png ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}${PKGNAMESUFFIX}.png
+ ${INSTALL_DATA} ${WRKSRC}/win32rc/U_4_48x48x32.png ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}${PKGNAMESUFFIX}.png
.endif
.include <bsd.port.mk>