diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1997-01-13 11:31:25 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1997-01-13 11:31:25 +0000 |
commit | 9c6f8d1628b6186e98bbda32bf394c86a11aea37 (patch) | |
tree | 0ea8eb91101a44c4a4f72b6eced8a83383083e90 /x11/lupe | |
parent | e6d9774824fa8ea1d4ec933b2706dca0f9b74f23 (diff) | |
download | ports-9c6f8d1628b6186e98bbda32bf394c86a11aea37.tar.gz ports-9c6f8d1628b6186e98bbda32bf394c86a11aea37.zip |
Notes
Diffstat (limited to 'x11/lupe')
-rw-r--r-- | x11/lupe/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/lupe/Makefile b/x11/lupe/Makefile index b3fe5ff5e539..95539343ef31 100644 --- a/x11/lupe/Makefile +++ b/x11/lupe/Makefile @@ -3,17 +3,17 @@ # Date created: 19 December 1996 # Whom: FURUSAWA, Kazuhisa <furusawa@com.cs.osakafu-u.ac.jp> # -# $Id$ +# $Id: Makefile,v 1.2 1997/01/13 09:21:13 asami Exp $ # -DISTNAME= lupe-0.07 +DISTNAME= lupe007 +PKGNAME= lupe-0.07 CATEGORIES= x11 MASTER_SITES= ftp://ftp.eos.hokudai.ac.jp/pub/X11/contrib/misc/ -DISTFILES= lupe007.tar.gz MAINTAINER= furusawa@com.cs.osakafu-u.ac.jp -WRKSRC= $(WRKDIR)/lupe +WRKSRC= ${WRKDIR}/lupe USE_GMAKE= yes USE_IMAKE= yes XMKMF= xmkmf |