diff options
Diffstat (limited to 'graphics/hermes/Makefile')
-rw-r--r-- | graphics/hermes/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/hermes/Makefile b/graphics/hermes/Makefile index 5b3fdddd543..051aa678de2 100644 --- a/graphics/hermes/Makefile +++ b/graphics/hermes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2002/08/25 18:39:09 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2003/01/19 06:59:52 salo Exp $ DISTNAME= Hermes-1.3.2 PKGREVISION= 1 @@ -16,6 +16,5 @@ USE_LIBTOOL= yes LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig GNU_CONFIGURE= yes USE_GMAKE= yes -MAKE_ENV= INSTALL_PROGRAM_DIR="${INSTALL_PROGRAM_DIR}" .include "../../mk/bsd.pkg.mk" |