pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/cuecat



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 27 16:30:32 UTC 2025

Modified Files:
        pkgsrc/misc/cuecat: Makefile

Log Message:
cuecat: clean up, add new MASTER_SITE


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/misc/cuecat/Makefile

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

Modified files:

Index: pkgsrc/misc/cuecat/Makefile
diff -u pkgsrc/misc/cuecat/Makefile:1.18 pkgsrc/misc/cuecat/Makefile:1.19
--- pkgsrc/misc/cuecat/Makefile:1.18    Sun Nov  3 17:04:20 2019
+++ pkgsrc/misc/cuecat/Makefile Mon Jan 27 16:30:32 2025
@@ -1,34 +1,32 @@
-# $NetBSD: Makefile,v 1.18 2019/11/03 17:04:20 rillig Exp $
-#
+# $NetBSD: Makefile,v 1.19 2025/01/27 16:30:32 wiz Exp $
 
 DISTNAME=      cuecat-0.2.1
 PKGREVISION=   1
 CATEGORIES=    misc
-MASTER_SITES=  http://www.blort.org/cuecat/files/
+MASTER_SITES=  http://www.gbppr.net/2600/cuecat/files/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 #HOMEPAGE=     http://opensource.lineo.com/cuecat/cuecat_driver/
 COMMENT=       Read and parse barcodes from your CueCat barcode reader
 
+RESTRICTED=            Hardware manufacturer claims intellectual property infringement.
+NO_BIN_ON_CDROM=       ${RESTRICTED}
+NO_BIN_ON_FTP=         ${RESTRICTED}
+NO_SRC_ON_CDROM=       ${RESTRICTED}
+NO_SRC_ON_FTP=         ${RESTRICTED}
+
 # patch-ab changes the code from linux-specific to netbsd-specific
 # (although it might also work with openbsd wscons...)
 # Theoretically it wouldn't be too hard to improve the patch to work
 # with both netbsd and linux.
 ONLY_FOR_PLATFORM=     NetBSD-*-*
 
-RESTRICTED=            Hardware manufacturer claims intellectual property infringement.
-NO_SRC_ON_FTP=         ${RESTRICTED}
-NO_SRC_ON_CDROM=       ${RESTRICTED}
-NO_BIN_ON_FTP=         ${RESTRICTED}
-NO_BIN_ON_CDROM=       ${RESTRICTED}
-
 USE_TOOLS+=    gmake
 
-INSTALLATION_DIRS=     bin
+INSTALLATION_DIRS=     bin share/doc/cuecat
 
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/read_cuecat ${DESTDIR}${PREFIX}/bin
-       ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/cuecat
        ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/cuecat
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index