diff options
-rw-r--r-- | deskutils/babytrans/Makefile | 3 | ||||
-rw-r--r-- | graphics/gliv/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/deskutils/babytrans/Makefile b/deskutils/babytrans/Makefile index 0d8de8185..25f085118 100644 --- a/deskutils/babytrans/Makefile +++ b/deskutils/babytrans/Makefile @@ -8,7 +8,7 @@ PORTNAME= babytrans PORTVERSION= 0.9.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= deskutils MASTER_SITES= http://fjolliton.free.fr/babytrans/ @@ -33,6 +33,7 @@ post-patch: post-install: @${MKDIR} ${DATADIR} + @${MKDIR} ${PREFIX}/share/applets/Utility ${INSTALL_DATA} ${WRKSRC}/config-file/dictionary ${DATADIR} @${CAT} ${PKGMESSAGE} diff --git a/graphics/gliv/Makefile b/graphics/gliv/Makefile index 7adcf93ee..9a05698ea 100644 --- a/graphics/gliv/Makefile +++ b/graphics/gliv/Makefile @@ -7,7 +7,7 @@ PORTNAME= gliv PORTVERSION= 1.9.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= http://guichaz.free.fr/gliv/files/ @@ -35,6 +35,7 @@ CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib post-install: + ${MKDIR} ${PREFIX}/share/applications ${INSTALL_DATA} ${WRKSRC}/gliv.desktop \ ${PREFIX}/share/applications ${INSTALL_DATA} ${WRKSRC}/gliv.png \ |