diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-06-06 16:38:00 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-06-06 16:38:00 +0000 |
commit | 9de6aff58e9e34227f73dd6b173ff5c839a4060e (patch) | |
tree | 0be08adf0fe80b8395b02fa2e847a02229478066 /deskutils/cairo-dock-plugins | |
parent | 99761d7f4c63ec86bc8c46be0521c9355618a9e0 (diff) | |
download | ports-9de6aff58e9e34227f73dd6b173ff5c839a4060e.tar.gz ports-9de6aff58e9e34227f73dd6b173ff5c839a4060e.zip |
Notes
Diffstat (limited to 'deskutils/cairo-dock-plugins')
-rw-r--r-- | deskutils/cairo-dock-plugins/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/deskutils/cairo-dock-plugins/Makefile b/deskutils/cairo-dock-plugins/Makefile index 0f92a99a064c..96215ce38de3 100644 --- a/deskutils/cairo-dock-plugins/Makefile +++ b/deskutils/cairo-dock-plugins/Makefile @@ -169,10 +169,9 @@ post-patch: s|/usr/share/applications|${LOCALBASE}/share/applications|g; \ s|/usr/share/cairo-dock|${LOCALBASE}/share/cairo-dock|g' -post-install: +#post-install: #.if defined(VALA) # ${MV} ${STAGEDIR}${PREFIX}/lib/pkgconfig/CDApplet.pc ${STAGEDIR}${PREFIX}/libdata/pkgconfig/ #.endif - ${RM} -R ${STAGEDIR}${PREFIX}/lib/pkgconfig .include <bsd.port.mk> |