Convert to lowercase in a simpler manner.
We don't need SOQT_VERSION anymore. Simplify.
This commit is contained in:
parent
e13611d4cc
commit
9239c185d4
1 changed files with 3 additions and 5 deletions
|
@ -1,10 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.2 2010/11/03 02:25:46 silasdb Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2010/11/03 14:15:58 silasdb Exp $
|
||||
#
|
||||
|
||||
SOQT_VERSION= 1.4.1
|
||||
|
||||
DISTNAME= SoQt-${SOQT_VERSION}
|
||||
PKGNAME= ${DISTNAME:S/SoQt/soqt/}
|
||||
DISTNAME= SoQt-1.4.1
|
||||
PKGNAME= ${DISTNAME:tl}
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://ftp.coin3d.org/coin/src/all/
|
||||
|
||||
|
|
Loading…
Reference in a new issue