pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/sitecopy



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Apr 19 13:04:29 UTC 2020

Modified Files:
        pkgsrc/www/sitecopy: Makefile

Log Message:
www/sitecopy: add license


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/www/sitecopy/Makefile

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

Modified files:

Index: pkgsrc/www/sitecopy/Makefile
diff -u pkgsrc/www/sitecopy/Makefile:1.53 pkgsrc/www/sitecopy/Makefile:1.54
--- pkgsrc/www/sitecopy/Makefile:1.53   Sun Jan 26 17:32:24 2020
+++ pkgsrc/www/sitecopy/Makefile        Sun Apr 19 13:04:29 2020
@@ -1,13 +1,14 @@
-# $NetBSD: Makefile,v 1.53 2020/01/26 17:32:24 rillig Exp $
+# $NetBSD: Makefile,v 1.54 2020/04/19 13:04:29 rillig Exp $
 
 DISTNAME=              sitecopy-0.16.6
-PKGREVISION=           7
+PKGREVISION=           8
 CATEGORIES=            www
 MASTER_SITES=          http://www.manyfish.co.uk/sitecopy/
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              https://www.manyfish.co.uk/sitecopy/
 COMMENT=               Utility for synchronizing remote and local web sites
+LICENSE=               gnu-gpl-v2
 
 USE_FEATURES=          getopt_long
 USE_TOOLS+=            gmake msgfmt
@@ -24,8 +25,8 @@ CONFIGURE_ARGS+=      --with-libxml2
 CFLAGS+=               -I.
 
 pre-build:
-       ${RM} -f ${WRKSRC:Q}/fnmatch.h
-       ${LN} -sf ${WRKSRC:Q}/lib/fnmatch.h ${WRKSRC:Q}/fnmatch.h
+       ${RM} -f ${WRKSRC}/fnmatch.h
+       ${LN} -sf ${WRKSRC}/lib/fnmatch.h ${WRKSRC}/fnmatch.h
 
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"



Home | Main Index | Thread Index | Old Index