From 7aa4e0a7c358d2dc747a14027add8e694b69dcbf Mon Sep 17 00:00:00 2001 From: obrien Date: Mon, 30 Mar 1998 08:49:47 +0000 Subject: * did not use ${MOTIFLIB} (thus wouldn't build for me) * ports track -STABLE not -CURRENT. * more PREFIX cleaning And as a side issue, why does a brand new port not have a Maintainer? --- print/mgv/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'print') diff --git a/print/mgv/Makefile b/print/mgv/Makefile index 2cf4b7da9f3a..ca8afa8cb476 100644 --- a/print/mgv/Makefile +++ b/print/mgv/Makefile @@ -3,7 +3,7 @@ # Date created: 4 Mar 1998 # Whom: handy@physics.montana.edu # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/03/28 15:06:32 steve Exp $ # DISTNAME= mgv-2.3.1 @@ -21,7 +21,7 @@ MAKEFILE= GNUmakefile MAN1= mgv.1 pre-build: - @ ${CP} -f ${WRKSRC}/make/sys.freebsd3.mk ${WRKSRC}/make/sys.mk + @ ${CP} -f ${WRKSRC}/make/sys.freebsd.mk ${WRKSRC}/make/sys.mk post-install: @ ${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL -- cgit