Changeset 1182 for trunk/Makefile.am
- Timestamp:
- Aug 25, 2010, 3:02:41 AM (10 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/0.8-stable (added) merged: 1129,1131,1139-1142,1145,1147-1150,1159,1161,1165-1167,1169-1171,1174-1180
- Property svn:mergeinfo changed
-
trunk/Makefile.am
r1119 r1182 71 71 { echo incorrect svn revision - expected single unmodified revision 1>&2; \ 72 72 exit 1; } 73 74 # run in end of release target 75 RELEASE_HOOK = build_support/Portfile 76 77 edit = $(SED) \ 78 -e 's|@PACKAGE_URL[@]|$(PACKAGE_URL)|g' \ 79 -e 's|@VERSION[@]|$(VERSION)|g' 80 81 build_support/Portfile: Makefile build_support/Portfile.in $(distdir).tar.gz.MD5 82 @rm -f $@ $@.t 83 @md5sum=`cut -f 1 -d ' ' $(distdir).tar.gz.MD5`;\ 84 $(edit) -e "s|@MD5SUM[@]|$$md5sum|g" '$(srcdir)/$@.in' > $@.t 85 @chmod a-w $@.t 86 @mv $@.t $@ 87 @echo "creating $@"
Note: See TracChangeset
for help on using the changeset viewer.