diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/galeon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/galeon/Makefile b/www/galeon/Makefile index 276e8e8b46e..ba46b61a780 100644 --- a/www/galeon/Makefile +++ b/www/galeon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2001/12/29 14:39:04 abs Exp $ +# $NetBSD: Makefile,v 1.23 2002/02/06 16:58:16 jlam Exp $ DISTNAME= galeon-1.0.2 CATEGORIES= www @@ -54,6 +54,6 @@ post-install: ${CHOWN} ${BINOWN} ${PREFIX}/bin/galeon ${CHGRP} ${BINGRP} ${PREFIX}/bin/galeon ${CHMOD} ${BINMODE} ${PREFIX}/bin/galeon - ${BSD_INSTALL_PROGRAM_DIR} ${PREFIX}/lib/galeon + ${INSTALL_PROGRAM_DIR} ${PREFIX}/lib/galeon .include "../../mk/bsd.pkg.mk" |