Changeset 1282
- Timestamp:
- Nov 7, 2010, 12:40:10 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.9-stable/Makefile.am
r1264 r1282 73 73 74 74 # run in end of release target 75 RELEASE_HOOK = build_support/Portfile 75 RELEASE_HOOK = build_support/Portfile.v$(VERSION) 76 76 77 77 edit = $(SED) \ … … 79 79 -e 's|@VERSION[@]|$(VERSION)|g' 80 80 81 build_support/Portfile : Makefile build_support/Portfile.in81 build_support/Portfile.v$(VERSION): Makefile build_support/Portfile.in 82 82 @rm -f $@ $@.t 83 83 @openssl version > /dev/null || exit 1 … … 87 87 rmd160=`cut -f 2 -d ' ' $(distdir).tar.gz.rmd160`;\ 88 88 $(edit) -e "s|@SHA1SUM[@]|$$sha1|g" -e "s|@RMD160SUM[@]|$$rmd160|g" \ 89 '$(srcdir)/ $@.in' > $@.t89 '$(srcdir)/Portfile.in' > $@.t 90 90 @chmod a-w $@.t 91 91 @mv $@.t $@
Note: See TracChangeset
for help on using the changeset viewer.