Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc
Module Name: pkgsrc
Committed By: sakamoto
Date: Tue Aug 31 09:20:21 UTC 1999
Modified Files:
pkgsrc/mk: bsd.pkg.mk
Log Message:
Add support for PLIST_SUB variable. It is a list of "VAR=VALUE" pairs,
and will substitute ${VAR} with the value of VALUE in the PLIST.
This implementation was taken from FreeBSD.
Default PLIST_SUB:
OPSYS=${OPSYS} OS_VERSION=${OS_VERSION}
MACHINE_ARCH=${MACHINE_ARCH} MACHINE_GNU_ARCH=${MACHINE_GNU_ARCH}
MACHINE_GNU_PLATFORM=${MACHINE_GNU_PLATFORM}
LOWER_VENDOR=${LOWER_VENDOR} LOWER_OPSYS=${LOWER_OPSYS}
PKGNAME=${PKGNAME}
To generate a diff of this commit:
cvs rdiff -r1.328 -r1.329 pkgsrc/mk/bsd.pkg.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index