diff options
author | schmonz <schmonz> | 2007-05-23 05:00:40 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2007-05-23 05:00:40 +0000 |
commit | 6faa648d46b3223466de068fd706ad3a2fb24819 (patch) | |
tree | e4efb379e4275a4cc41a7bcd511649994f11ee80 /bootstrap | |
parent | 9f612f9761b0b10fab4a5186cfec37a54aa3b431 (diff) | |
download | pkgsrc-6faa648d46b3223466de068fd706ad3a2fb24819.tar.gz |
Replace hardcoded date with a token for sed to update.
Diffstat (limited to 'bootstrap')
-rw-r--r-- | bootstrap/macpkg.pmproj.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bootstrap/macpkg.pmproj.in b/bootstrap/macpkg.pmproj.in index 2097643f193..9010533f718 100644 --- a/bootstrap/macpkg.pmproj.in +++ b/bootstrap/macpkg.pmproj.in @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- $NetBSD: macpkg.pmproj.in,v 1.1 2007/05/22 17:43:33 schmonz Exp $ --> +<!-- $NetBSD: macpkg.pmproj.in,v 1.2 2007/05/23 05:00:40 schmonz Exp $ --> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> @@ -548,11 +548,11 @@ <integer>0</integer> </dict> <string>/</string> - <string>20070522, The NetBSD Foundation</string> + <string>%DATE%, The NetBSD Foundation</string> <integer>1</integer> <string>org.pkgsrc.bootstrap</string> <integer>0</integer> - <string>20070522</string> + <string>%DATE%</string> <dict> <key>$class</key> <dict> |