diff options
author | obrien <obrien@FreeBSD.org> | 1997-01-13 19:31:25 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1997-01-13 19:31:25 +0800 |
commit | dd884e2e67c24be2951ef4c172508e22ffd70a3c (patch) | |
tree | fb9878408ef36a507a2de183747324c1fb80513c /x11/lupe | |
parent | 5fe16553cde1857478aac65be8a998777610e871 (diff) | |
download | freebsd-ports-gnome-dd884e2e67c24be2951ef4c172508e22ffd70a3c.tar.gz freebsd-ports-gnome-dd884e2e67c24be2951ef4c172508e22ffd70a3c.tar.zst freebsd-ports-gnome-dd884e2e67c24be2951ef4c172508e22ffd70a3c.zip |
Fixed DISTNAME, added PKGNAME.
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 |