diff options
author | obrien <obrien@FreeBSD.org> | 1998-03-30 16:49:47 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-03-30 16:49:47 +0800 |
commit | 7aa4e0a7c358d2dc747a14027add8e694b69dcbf (patch) | |
tree | f59a5ddff83f4712b6302605a633bc35df378dfd /print/mgv | |
parent | 51a589bbbe8006495212fe71a778e7ff0f3dfdbc (diff) | |
download | freebsd-ports-gnome-7aa4e0a7c358d2dc747a14027add8e694b69dcbf.tar.gz freebsd-ports-gnome-7aa4e0a7c358d2dc747a14027add8e694b69dcbf.tar.zst freebsd-ports-gnome-7aa4e0a7c358d2dc747a14027add8e694b69dcbf.zip |
* 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?
Diffstat (limited to 'print/mgv')
-rw-r--r-- | print/mgv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |