pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/clib



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Sep 23 05:18:48 UTC 2017

Modified Files:
        pkgsrc/devel/clib: Makefile

Log Message:
clib: cleanups

Does not need destdir, user-destdir is fine.
Set LICENSE.
Comment out dead master sites.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/clib/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/clib/Makefile
diff -u pkgsrc/devel/clib/Makefile:1.3 pkgsrc/devel/clib/Makefile:1.4
--- pkgsrc/devel/clib/Makefile:1.3      Wed Apr 19 11:24:37 2017
+++ pkgsrc/devel/clib/Makefile  Sat Sep 23 05:18:47 2017
@@ -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@localhost
-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



Home | Main Index | Thread Index | Old Index