summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-09-23 05:18:47 +0000
committerwiz <wiz@pkgsrc.org>2017-09-23 05:18:47 +0000
commitb3b7d58e5d91bee359877d336dc3a135b32eabac (patch)
tree18d15d3a4d07188a9e8b0b1950654b20c4015cba /devel
parent4d92b97e52c47db54ab590385e2d3bed136455bc (diff)
downloadpkgsrc-b3b7d58e5d91bee359877d336dc3a135b32eabac.tar.gz
clib: cleanups
Does not need destdir, user-destdir is fine. Set LICENSE. Comment out dead master sites.
Diffstat (limited to 'devel')
-rw-r--r--devel/clib/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/devel/clib/Makefile b/devel/clib/Makefile
index f133e834652..f74d89a35f1 100644
--- a/devel/clib/Makefile
+++ b/devel/clib/Makefile
@@ -1,15 +1,14 @@
-# $NetBSD: Makefile,v 1.3 2017/04/19 11:24:37 jperkin Exp $
+# $NetBSD: Makefile,v 1.4 2017/09/23 05:18:47 wiz Exp $
DISTNAME= clib-0.3
CATEGORIES= devel
-MASTER_SITES= ftp://ftp.ancient-solutions.com/pub/bsdprojects/clib/
+#MASTER_SITES= ftp://ftp.ancient-solutions.com/pub/bsdprojects/clib/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://clib.ancient-solutions.com/
+#HOMEPAGE= http://clib.ancient-solutions.com/
COMMENT= Enhanced language features for C
-
-PKG_DESTDIR_SUPPORT= destdir
+LICENSE= 2-clause-bsd
GNU_CONFIGURE= yes
USE_LIBTOOL= yes