diff options
author | fenner <fenner@FreeBSD.org> | 1999-09-10 18:55:54 +0000 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 1999-09-10 18:55:54 +0000 |
commit | d3e0f89d53f2c12aa4a8250f66dbcbe424e65001 (patch) | |
tree | 7047adcfcfdaf6d4aec84ea9898e80d98cd38240 /palm | |
parent | 9db3409fd4b04fa1f11df1b37ef63ac68f4afa7f (diff) | |
download | FreeBSD-ports-d3e0f89d53f2c12aa4a8250f66dbcbe424e65001.zip FreeBSD-ports-d3e0f89d53f2c12aa4a8250f66dbcbe424e65001.tar.gz |
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')
-rw-r--r-- | palm/pilot-link-devel/Makefile | 2 | ||||
-rw-r--r-- | palm/pilot-link/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/palm/pilot-link-devel/Makefile b/palm/pilot-link-devel/Makefile index d288cfb3..d67975c 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> diff --git a/palm/pilot-link/Makefile b/palm/pilot-link/Makefile index d288cfb3..d67975c 100644 --- a/palm/pilot-link/Makefile +++ b/palm/pilot-link/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> |