diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2016-04-16 20:29:27 +0800 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2016-04-16 20:29:27 +0800 |
commit | ed62b74be6d01a89cbf8546264610f6a29cca503 (patch) | |
tree | b5a361ba84e4d8cb1ca2497539237a51e00a1b21 /net/unison | |
parent | 30c930dc0d6cf27bf75ba10827e5a1e76ec724e9 (diff) | |
download | freebsd-ports-gnome-ed62b74be6d01a89cbf8546264610f6a29cca503.tar.gz freebsd-ports-gnome-ed62b74be6d01a89cbf8546264610f6a29cca503.tar.zst freebsd-ports-gnome-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.
Diffstat (limited to 'net/unison')
-rw-r--r-- | net/unison/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/unison/Makefile b/net/unison/Makefile index e4e8c028835d..9864652efe96 100644 --- a/net/unison/Makefile +++ b/net/unison/Makefile @@ -69,7 +69,6 @@ post-install: cd ${DISTDIR}/${DIST_SUBDIR} && ${INSTALL_DATA} ${EXTRA_DOCS} ${STAGEDIR}${DOCSDIR} .if ${PORT_OPTIONS:MX11} ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}-text ${STAGEDIR}${PREFIX}/bin - @${MKDIR} ${STAGEDIR}${DESKTOPDIR} ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.desktop ${STAGEDIR}${DESKTOPDIR} ${INSTALL_DATA} ${WRKSRC}/win32rc/U_4_48x48x32.png ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png .endif |