From b46bedaf395277a9d98f7b4a90a15cfa0ee5cb2b Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Sat, 25 Aug 2007 20:28:46 +0000 Subject: Changed macport target to use 'openssl md5' instead of 'md5sum', which isn't found on OSX. git-svn-id: https://pandoc.googlecode.com/svn/trunk@899 788f1e2b-df1e-0410-8736-df70ead52e1b --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bfada9268..9a1916ebb 100644 --- a/Makefile +++ b/Makefile @@ -260,7 +260,7 @@ cleanup_files+=$(portfile) macport : $(portfile) $(portfile) : $(portfile_template) $(tarball) sed -e 's/@VERSION@/$(VERSION)/' $(portfile_template) | \ - sed -e 's/@TARBALLMD5SUM@/$(word 1, $(shell md5sum $(tarball)))/' > \ + sed -e 's/@TARBALLMD5SUM@/$(word 2, $(shell openssl md5 $(tarball)))/' > \ $(portfile) # OSX packages: make osx-pkg-prep, then (as root) make osx-pkg -- cgit v1.2.3