diff options
Diffstat (limited to 'lang')
-rw-r--r-- | lang/expect/Makefile | 2 | ||||
-rw-r--r-- | lang/haskell-mode.el/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/expect/Makefile b/lang/expect/Makefile index 5b7f499b912e..502c0a2a9783 100644 --- a/lang/expect/Makefile +++ b/lang/expect/Makefile @@ -28,7 +28,7 @@ PLIST_SUB+= EXPECT_VER=${PORTVERSION} \ post-install: ${LN} -sf expect${PORTVERSION}/libexpect${LIBEXPECT_VER}.so \ - ${STAGEDIR}${PREFIX}/lib/libexpect.so.1 + ${STAGEDIR}${PREFIX}/lib/libexpect.so.1 ${LN} -sf libexpect.so.1 \ ${STAGEDIR}${PREFIX}/lib/libexpect.so diff --git a/lang/haskell-mode.el/Makefile b/lang/haskell-mode.el/Makefile index 652098e552c4..1125da2da49e 100644 --- a/lang/haskell-mode.el/Makefile +++ b/lang/haskell-mode.el/Makefile @@ -27,7 +27,7 @@ ELISPFILES= ghc-core.el ghci-script-mode.el haskell-align-imports.el \ haskell-collapse.el haskell-commands.el \ haskell-compile.el haskell-compat.el \ haskell-complete-module.el haskell-completions.el \ - haskell-customize.el \ + haskell-customize.el \ haskell-debug.el haskell-decl-scan.el \ haskell-doc.el haskell-font-lock.el haskell-hoogle.el \ haskell-indent.el haskell-indentation.el \ |