diff options
author | schmonz <schmonz@pkgsrc.org> | 2007-05-23 05:00:40 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2007-05-23 05:00:40 +0000 |
commit | 1db7c81ad8f27fc0aac94aaf4b074192b5cdadb0 (patch) | |
tree | e4efb379e4275a4cc41a7bcd511649994f11ee80 | |
parent | dd365e380247be29bcf4a5419ea71fd5bc83532a (diff) | |
download | pkgsrc-1db7c81ad8f27fc0aac94aaf4b074192b5cdadb0.tar.gz |
Replace hardcoded date with a token for sed to update.
-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> |