diff options
Diffstat (limited to 'misc/xdelta/Makefile')
| -rw-r--r-- | misc/xdelta/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/misc/xdelta/Makefile b/misc/xdelta/Makefile index 05d07e0937ab..27c8c9dfa84e 100644 --- a/misc/xdelta/Makefile +++ b/misc/xdelta/Makefile @@ -3,7 +3,7 @@ # Date created: Sun May 4 21:40:06 CDT 1997 # Whom: jmacd # -# $Id: Makefile,v 1.9 1998/05/03 23:57:56 steve Exp $ +# $Id: Makefile,v 1.10 1998/09/03 00:05:11 jmacd Exp $ # DISTNAME= xdelta-0.23 @@ -17,6 +17,10 @@ BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm GNU_CONFIGURE= yup CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS=-L${LOCALBASE}/lib INSTALL_SCRIPT='$${INSTALL} -m 755' + MAN1= xdelta.1 +post-install: + @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib + .include <bsd.port.mk> |
