pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/hs-crypton



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu May  2 23:19:38 UTC 2024

Modified Files:
        pkgsrc/security/hs-crypton: Makefile

Log Message:
hs-crypton: fix PLIST handling


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/hs-crypton/Makefile

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

Modified files:

Index: pkgsrc/security/hs-crypton/Makefile
diff -u pkgsrc/security/hs-crypton/Makefile:1.5 pkgsrc/security/hs-crypton/Makefile:1.6
--- pkgsrc/security/hs-crypton/Makefile:1.5     Mon Apr 29 09:40:16 2024
+++ pkgsrc/security/hs-crypton/Makefile Thu May  2 23:19:38 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2024/04/29 09:40:16 pho Exp $
+# $NetBSD: Makefile,v 1.6 2024/05/02 23:19:38 wiz Exp $
 
 DISTNAME=      crypton-1.0.0
 CATEGORIES=    security
@@ -7,6 +7,7 @@ MAINTAINER=     pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Cryptography Primitives sink
 LICENSE=       modified-bsd
 
+PLIST_SRC+=            PLIST
 # Some modules are only built on specific platforms.
 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
 PLIST_SRC+=            PLIST.x86



Home | Main Index | Thread Index | Old Index