diff options
author | fenner <fenner@FreeBSD.org> | 1999-09-11 02:55:54 +0800 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 1999-09-11 02:55:54 +0800 |
commit | d3e0f89d53f2c12aa4a8250f66dbcbe424e65001 (patch) | |
tree | 7047adcfcfdaf6d4aec84ea9898e80d98cd38240 /palm/pilot-link-devel | |
parent | 9db3409fd4b04fa1f11df1b37ef63ac68f4afa7f (diff) | |
download | freebsd-ports-gnome-d3e0f89d53f2c12aa4a8250f66dbcbe424e65001.tar.gz freebsd-ports-gnome-d3e0f89d53f2c12aa4a8250f66dbcbe424e65001.tar.zst freebsd-ports-gnome-d3e0f89d53f2c12aa4a8250f66dbcbe424e65001.zip |
spaces -> tab, to make this Makefile parsable.
If you're going to use xterm cut'n'paste, please try running the
file through unexpand -a to get rid of xterm's tab expansion.
Diffstat (limited to 'palm/pilot-link-devel')
-rw-r--r-- | palm/pilot-link-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/palm/pilot-link-devel/Makefile b/palm/pilot-link-devel/Makefile index d288cfb3f1b0..d67975cbe89f 100644 --- a/palm/pilot-link-devel/Makefile +++ b/palm/pilot-link-devel/Makefile @@ -25,6 +25,6 @@ MAN1= dlpsh.1 ietf2datebook.1 install-datebook.1 \ MAN7= pilot-link.7 post-install: - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib + ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .include <bsd.port.mk> |