diff options
Diffstat (limited to 'editors/nedit/Makefile')
-rw-r--r-- | editors/nedit/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/editors/nedit/Makefile b/editors/nedit/Makefile index 07c27a4843f..5259ec2088e 100644 --- a/editors/nedit/Makefile +++ b/editors/nedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 1998/06/02 22:33:16 tron Exp $ +# $NetBSD: Makefile,v 1.2 1998/06/02 23:46:41 tron Exp $ DISTNAME= nedit_source PKGNAME= nedit-5.0.2 @@ -12,10 +12,15 @@ USE_X11= yes NO_WRKSUBDIR= yes NO_CONFIGURE= yes -ALL_TARGET= linux_nedit +ALL_TARGET= netbsd_nedit MAN1= nc.1 nedit.1 +post-extract: +.for DIR in source util + @${LN} -s ${FILESDIR}/Makefile.${DIR} ${WRKSRC}/${DIR}/Makefile.netbsd +.endfor + do-install: .for PROGRAM in nc nedit ${INSTALL_PROGRAM} ${WRKSRC}/source/${PROGRAM} ${PREFIX}/bin |