diff options
-rw-r--r-- | graphics/gcolor2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/gcolor2/Makefile b/graphics/gcolor2/Makefile index 60c2f43f9..ea865c490 100644 --- a/graphics/gcolor2/Makefile +++ b/graphics/gcolor2/Makefile @@ -24,6 +24,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ SUB_FILES= gcolor2.desktop post-install: + ${MKDIR} ${PREFIX}/share/applications ${INSTALL_DATA} ${WRKDIR}/gcolor2.desktop ${PREFIX}/share/applications .include <bsd.port.mk> |