diff options
Diffstat (limited to 'graphics/mgp-gallery/Makefile')
-rw-r--r-- | graphics/mgp-gallery/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/mgp-gallery/Makefile b/graphics/mgp-gallery/Makefile index 4954a9425db6..895efd9f04b7 100644 --- a/graphics/mgp-gallery/Makefile +++ b/graphics/mgp-gallery/Makefile @@ -9,7 +9,7 @@ PORTNAME= mgp-gallery PORTVERSION= 2.0 -PORTREVISION= 0 +PORTREVISION= 1 PORTEPOCH= 0 CATEGORIES= graphics MASTER_SITES= http://puchol.com/cpg/software/mgp/ @@ -40,7 +40,8 @@ do-install: .for i in midgard backgrounds solid gradients ${MKDIR} ${PKGDATADIR}/${i} cd ${WRKDIR}/mgp-${i}-${PORTVERSION};\ - ${INSTALL_DATA} * ${PKGDATADIR}/${i} + ${INSTALL_DATA} * ${PKGDATADIR}/${i};\ + ${SCRIPTDIR}/fix-gallery "${INSTALL_DATA}" ${PKGDATADIR}/${i} *.mgp .endfor # i in midgard backgrounds solid gradient cd ${PREFIX};\ ${RM} -f ${PLIST};\ |