diff options
author | Steve Price <steve@FreeBSD.org> | 1998-09-27 03:15:35 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-09-27 03:15:35 +0000 |
commit | c9a0c7ace36efca0b3b6bff13466c41cc02035cc (patch) | |
tree | 01a3bc916a708cf24477dc3fdf5040ff17126ab8 /x11/libdnd/Makefile | |
parent | ff84ba4feaf4bf1cbc6407652ac10dc829eba05d (diff) | |
download | ports-c9a0c7ace36efca0b3b6bff13466c41cc02035cc.tar.gz ports-c9a0c7ace36efca0b3b6bff13466c41cc02035cc.zip |
Notes
Diffstat (limited to 'x11/libdnd/Makefile')
-rw-r--r-- | x11/libdnd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/libdnd/Makefile b/x11/libdnd/Makefile index 5f0f49d3f172..acc11459951b 100644 --- a/x11/libdnd/Makefile +++ b/x11/libdnd/Makefile @@ -3,7 +3,7 @@ # Date created: 8 August 1997 # Whom: lukin@okbmei.msk.su # -# $Id: Makefile,v 1.2 1997/11/19 12:18:02 tg Exp $ +# $Id: Makefile,v 1.3 1997/11/19 12:22:01 tg Exp $ # DISTNAME= dnd.1.1 @@ -23,6 +23,6 @@ post-install: ${MKDIR} ${PREFIX}/share/doc/libdnd ${INSTALL_MAN} ${WRKDIR}/DND/DNDdoc/* ${PREFIX}/share/doc/libdnd .endif - ${LDCONFIG} -m ${PREFIX}/lib + ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .include <bsd.port.mk> |