summaryrefslogtreecommitdiff
path: root/macports
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-06-04 20:19:40 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-06-04 20:19:40 +0000
commitefb9fd8d5399fac881ce2a33af01c542e083c894 (patch)
tree54a7d65cc570381244b41fe6c971113b6ac71ccb /macports
parent69c2bde7d999e689f89aee2203ad1923c7a24037 (diff)
Removed whitespace before newlines in macports portfile template.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1278 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'macports')
-rw-r--r--macports/Portfile.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/macports/Portfile.in b/macports/Portfile.in
index c74e535e6..41a03dd83 100644
--- a/macports/Portfile.in
+++ b/macports/Portfile.in
@@ -25,7 +25,7 @@ use_configure no
build.args PREFIX=${prefix}
build.target build-all
-destroot {
+destroot {
# install pandoc executable, libraries, and library documentation:
system "(cd ${worksrcpath}; ./setup copy --destdir=${destroot})"
# strip the pandoc binary:
@@ -54,12 +54,12 @@ destroot {
markdown2pdf.1 html2markdown.1 markdown2odt.1 \
${destroot}${prefix}/share/man/man1
}
-
-post-activate {
+
+post-activate {
# Register the library with the ghc package database:
- system "${prefix}/libexec/${name}-${version}/register.sh"
+ system "${prefix}/libexec/${name}-${version}/register.sh"
}
#pre-deactivate {
-# system "${prefix}/libexec/${name}-${version}/unregister.sh"
+# system "${prefix}/libexec/${name}-${version}/unregister.sh"
#}