diff options
author | tron <tron@pkgsrc.org> | 2000-09-04 11:29:35 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-09-04 11:29:35 +0000 |
commit | 2caaf58123634dff9df87ca8b02985b67e754f65 (patch) | |
tree | c525eb199d5d1542c68113334a5112d393cef1d2 /mail/faces/Makefile | |
parent | 07fdf71656e7018943e2a2eca30734528eeaf582 (diff) | |
download | pkgsrc-2caaf58123634dff9df87ca8b02985b67e754f65.tar.gz |
Fix this package to pass the shared library test in the "check-shlibs"
target. These patches created by Alistair Crooks.
Diffstat (limited to 'mail/faces/Makefile')
-rw-r--r-- | mail/faces/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/faces/Makefile b/mail/faces/Makefile index 0f4be79895a..3f60aa99c9d 100644 --- a/mail/faces/Makefile +++ b/mail/faces/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2000/07/11 09:53:10 agc Exp $ +# $NetBSD: Makefile,v 1.17 2000/09/04 11:29:35 tron Exp $ # FreeBSD Id: Makefile,v 1.5 1997/11/17 18:47:53 max Exp # @@ -18,8 +18,8 @@ MAKE_ENV+= MKLINT=no post-configure: @cd ${WRKSRC}; \ - for f in Makefile faces.h x11.c scripts/addxface scripts/facesall \ - scripts/mkfacesindex; do \ + for f in Makefile faces.h x11.c compface/Makefile \ + scripts/addxface scripts/facesall scripts/mkfacesindex; do \ ${MV} $$f $$f.in; \ ${SED} -e 's|@localbase@|'${LOCALBASE}'|g' \ -e 's|@x11prefix@|'${X11PREFIX}'|g' \ |