diff options
author | tron <tron@pkgsrc.org> | 1998-06-02 23:46:41 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-06-02 23:46:41 +0000 |
commit | cda15506c9c5fdd1652876e45f6147b1f53bca34 (patch) | |
tree | 144db557848877a6a8ed73a85e485f8f4726492e /editors/nedit/Makefile | |
parent | c84e61eb1b91cc4316774477c9914883afa13d06 (diff) | |
download | pkgsrc-cda15506c9c5fdd1652876e45f6147b1f53bca34.tar.gz |
Fix package to compile under good old NetBSD 1.3.
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 |