diff options
Diffstat (limited to 'devel/libetm/Makefile')
-rw-r--r-- | devel/libetm/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/devel/libetm/Makefile b/devel/libetm/Makefile index 65d907169ca..324f857b270 100644 --- a/devel/libetm/Makefile +++ b/devel/libetm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/12/11 20:16:10 ben Exp $ +# $NetBSD: Makefile,v 1.8 2003/12/13 16:20:09 ben Exp $ # DISTNAME= ETM-1.09 @@ -14,10 +14,11 @@ COMMENT= Exception and termination manager post-patch: ${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.bak ${SED} <${WRKSRC}/Makefile.bak >${WRKSRC}/Makefile \ - -e 's|/usr/local|${PREFIX}|' \ - -e 's|install.sh|$${BSD_INSTALL}|' + -e 's|/usr/local|${PREFIX}|' -post-install: +do-install: + ${INSTALL_DATA} ${WRKSRC}/libetm.a ${PREFIX}/lib + ${INSTALL_DATA} ${WRKSRC}/etm.h ${PREFIX}/include ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/libetm groff -Tascii -ms ${WRKSRC}/etm.ms \ >${PREFIX}/share/doc/libetm/etm.txt |