summaryrefslogtreecommitdiff
path: root/x11/xless
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-04-15 20:39:38 +0000
committertron <tron@pkgsrc.org>1999-04-15 20:39:38 +0000
commit23e006376624b8e9d623b049593fd5ff41dfa912 (patch)
tree1527694f852aef837a277727b3ee08bfcd5abdd8 /x11/xless
parent7b95123f33bcd03804047009cf86ff2fa24060ef (diff)
downloadpkgsrc-23e006376624b8e9d623b049593fd5ff41dfa912.tar.gz
Completely replace "MASTER_SITE_SUBDIR" and "PATCH_SITE_SUBDIR" with
variable substituition of "MASTER_SITES" and "PATCH_SITES".
Diffstat (limited to 'x11/xless')
-rw-r--r--x11/xless/Makefile15
1 files changed, 7 insertions, 8 deletions
diff --git a/x11/xless/Makefile b/x11/xless/Makefile
index 940d364f2c3..6bd1fc4b9c9 100644
--- a/x11/xless/Makefile
+++ b/x11/xless/Makefile
@@ -1,15 +1,14 @@
-# $NetBSD: Makefile,v 1.6 1998/06/22 13:21:05 agc Exp $
+# $NetBSD: Makefile,v 1.7 1999/04/15 20:39:50 tron Exp $
# FreeBSD Id: Makefile,v 1.2 1996/12/29 00:51:27 obrien Exp
#
-DISTNAME= xless-1.7
-CATEGORIES= misc
-MASTER_SITES= ${MASTER_SITE_XCONTRIB} \
- ftp://ftp.cs.berkeley.edu/ucb/people/dglo/xless/
-MASTER_SITE_SUBDIR= applications
+DISTNAME= xless-1.7
+CATEGORIES= misc
+MASTER_SITES= ${MASTER_SITE_XCONTRIB:=applications/} \
+ ftp://ftp.cs.berkeley.edu/ucb/people/dglo/xless/
-MAINTAINER= packages@netbsd.org
+MAINTAINER= packages@netbsd.org
-USE_IMAKE= yes
+USE_IMAKE= yes
.include "../../mk/bsd.pkg.mk"