diff options
-rw-r--r-- | x11-clocks/intclock/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11-clocks/intclock/Makefile b/x11-clocks/intclock/Makefile index 4322622c60c5..df9285c01172 100644 --- a/x11-clocks/intclock/Makefile +++ b/x11-clocks/intclock/Makefile @@ -30,4 +30,7 @@ post-patch: s|/usr/share/intclock|${DATADIR}|' ${WRKSRC}/data/intclock.desktop @${FIND} ${WRKSRC} -name \*.bak -delete +pre-install: + @${INSTALL} -d ${PREFIX}/share/applications/ + .include <bsd.port.mk> |