diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-06-15 21:08:54 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-06-15 21:08:54 +0000 |
commit | 266648019e2a729c11e995adee8c92d8d01f66fa (patch) | |
tree | c5d4a6f4100ab8206d1e9b7532db9d3e05e4de85 /misc/vfu/Makefile | |
parent | 7d0e270d9e326f7e2514d1b1fe2c95036299ae01 (diff) | |
download | pkgsrc-266648019e2a729c11e995adee8c92d8d01f66fa.tar.gz |
Fixup ELF lib handling
Diffstat (limited to 'misc/vfu/Makefile')
-rw-r--r-- | misc/vfu/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/vfu/Makefile b/misc/vfu/Makefile index 777118d0fe0..e35d360c8dc 100644 --- a/misc/vfu/Makefile +++ b/misc/vfu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2000/06/15 20:56:02 hubertf Exp $ +# $NetBSD: Makefile,v 1.14 2000/06/15 21:08:54 hubertf Exp $ # DISTNAME= vfu-3.01 @@ -14,6 +14,9 @@ DEPENDS= ncurses>=5.0:../../devel/ncurses USE_PERL5= yes +post-extract: + ${ECHO} "" >>build.netbsd + do-build: cd ${WRKSRC} ; \ ${SETENV} ${MAKE_ENV} ${SH} build.netbsd |