diff options
author | lioux <lioux@FreeBSD.org> | 2001-02-15 04:19:04 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-02-15 04:19:04 +0800 |
commit | 5e129658fc7663aee97c3d6ca2a3bdf3aeabd003 (patch) | |
tree | daa4d0a42b5b75d1ff9d4547f677f0e255f4681b /editors/flim | |
parent | 12bc8350ed1f09e847609c10c37edebcb505fc84 (diff) | |
download | freebsd-ports-gnome-5e129658fc7663aee97c3d6ca2a3bdf3aeabd003.tar.gz freebsd-ports-gnome-5e129658fc7663aee97c3d6ca2a3bdf3aeabd003.tar.zst freebsd-ports-gnome-5e129658fc7663aee97c3d6ca2a3bdf3aeabd003.zip |
simple typo fix, remove odd extraneous spaces (^ $)
Diffstat (limited to 'editors/flim')
-rw-r--r-- | editors/flim/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/flim/Makefile b/editors/flim/Makefile index 26e5b8c0ff42..00f6ca37ab4d 100644 --- a/editors/flim/Makefile +++ b/editors/flim/Makefile @@ -146,7 +146,7 @@ info-build-by-emacs: ${MAKEINFO_EMACS} $${i} ${MAKEINFO_EMACS_FLAGS} || ${TRUE} ; \ done) .endif - + pkg-el-copy: @(if [ -f ${FILESDIR}/_pkg.el ] ; then \ ${CP} ${FILESDIR}/_pkg.el ${WRKSRC}/_pkg.el ;\ |