diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 13:18:17 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 13:18:17 +0000 |
commit | 999161a9ed97730daec86fd4a1472d43f1f3c106 (patch) | |
tree | f20c586b0416176f121176e4710700155b5cf9bf /lang | |
parent | a2636bcc7e88f570e1db12e44a992761fc891649 (diff) | |
download | ports-999161a9ed97730daec86fd4a1472d43f1f3c106.tar.gz ports-999161a9ed97730daec86fd4a1472d43f1f3c106.zip |
Notes
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 \ |