pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/nspmod
Module Name: pkgsrc
Committed By: nia
Date: Sun Jul 7 08:59:45 UTC 2024
Modified Files:
pkgsrc/audio/nspmod: Makefile
Log Message:
nspmod: Wants OPSYS in MAKE_ENV.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/audio/nspmod/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/nspmod/Makefile
diff -u pkgsrc/audio/nspmod/Makefile:1.20 pkgsrc/audio/nspmod/Makefile:1.21
--- pkgsrc/audio/nspmod/Makefile:1.20 Wed Apr 20 12:10:30 2016
+++ pkgsrc/audio/nspmod/Makefile Sun Jul 7 08:59:45 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2016/04/20 12:10:30 nros Exp $
+# $NetBSD: Makefile,v 1.21 2024/07/07 08:59:45 nia Exp $
#
DISTNAME= nspmod-0.1
@@ -14,6 +14,8 @@ NOT_FOR_PLATFORM= Interix-*-*
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
+MAKE_ENV+= OPSYS=${OPSYS:Q}
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/nspmod ${DESTDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/nspmod.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
Home |
Main Index |
Thread Index |
Old Index