aboutsummaryrefslogtreecommitdiff
path: root/macports/Portfile.in
diff options
context:
space:
mode:
Diffstat (limited to 'macports/Portfile.in')
-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"
#}