diff options
Diffstat (limited to 'www/gallery/Makefile')
-rw-r--r-- | www/gallery/Makefile | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/www/gallery/Makefile b/www/gallery/Makefile index 4438fbf..ccd5565 100644 --- a/www/gallery/Makefile +++ b/www/gallery/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gallery -PORTVERSION= 1.2.3 +PORTVERSION= 1.2.5 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,20 +14,15 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= jamie@hermans.ca RUN_DEPENDS= ${LOCALBASE}/share/netpbm:${PORTSDIR}/graphics/netpbm +RUN_DEPENDS= ${LOCALBASE}/bin/jhead:${PORTSDIR}/graphics/jhead WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes -post-extract: - cd ${WRKDIR}; \ - ${FETCH_CMD} http://www.sentex.net/~mwandel/jhead/jhead - do-install: - ${MKDIR} -v ${PREFIX}/www/data - cd ${WRKDIR}; \ - ${INSTALL_PROGRAM} jhead ${PREFIX}/bin + ${MKDIR} -v ${LOCALBASE}/www/data cd ${WRKDIR}; \ - ${CP} -R gallery ${PREFIX}/www/data + ${CP} -R gallery ${LOCALBASE}/www/data post-install: @${ECHO} "" |