Use {} rather than () for variable expansion (pacify lintpkgsrc)
This commit is contained in:
parent
8de2459cd5
commit
6287d3bfd3
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.16 2000/01/01 17:17:56 mjl Exp $
|
||||
# $NetBSD: Makefile,v 1.17 2000/01/03 15:58:11 abs Exp $
|
||||
# FreeBSD Id: Makefile,v 1.10 1997/07/17 15:12:41 max Exp
|
||||
#
|
||||
|
||||
DISTNAME= slang-1.3.10
|
||||
PKGNAME= lib$(DISTNAME)
|
||||
PKGNAME= lib${DISTNAME}
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ftp://space.mit.edu/pub/davis/slang/v1.3/ \
|
||||
http://gd.tuwien.ac.at/editors/davis/slang/v1.3/
|
||||
|
|
Loading…
Reference in a new issue