diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 21:18:17 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 21:18:17 +0800 |
commit | 2a95686979e4368264072daf699d735a95d8fe4f (patch) | |
tree | f20c586b0416176f121176e4710700155b5cf9bf /lang | |
parent | 412b288e0cc46321af50c1dbaabd2f42af7409f7 (diff) | |
download | freebsd-ports-gnome-2a95686979e4368264072daf699d735a95d8fe4f.tar.gz freebsd-ports-gnome-2a95686979e4368264072daf699d735a95d8fe4f.tar.zst freebsd-ports-gnome-2a95686979e4368264072daf699d735a95d8fe4f.zip |
Fixup some whitespace at the beginning of lines problems.
With hat: portmgr
Sponsored by: Absolight
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 \ |