diff options
Diffstat (limited to 'graphics/gqview/Makefile')
-rw-r--r-- | graphics/gqview/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/graphics/gqview/Makefile b/graphics/gqview/Makefile index b7d9d3f85110..43a5529ed4b4 100644 --- a/graphics/gqview/Makefile +++ b/graphics/gqview/Makefile @@ -1,5 +1,5 @@ # New ports collection makefile for: gqview -# Version required: 0.6.1 +# Version required: 0.7.0 # Date Created: 27 Oct 1998 # Whom: Vanilla Pooh Shu <vanilla@FreeBSD.org> # @@ -11,7 +11,6 @@ PKGNAME= gqview-0.7.0 CATEGORIES= graphics MASTER_SITES= http://gqview.netpedia.net/ \ http://www.geocities.com/SiliconValley/Haven/5235/ -EXTRACT_SUFX= .tgz MAINTAINER= nakai@FreeBSD.org @@ -24,12 +23,12 @@ USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/${PKGNAME} ALL_TARGET= gqview -CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" +MAKE_ENV= GTK_CONFIG="${GTK_CONFIG}" -pre-install: +post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/gqview - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/gqview/README + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/gqview .endif .include <bsd.port.mk> |