diff options
author | agc <agc@pkgsrc.org> | 1998-06-22 12:27:08 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-06-22 12:27:08 +0000 |
commit | 9e05f2d76a74a07cf64b9ec4cbc5016d778f59b1 (patch) | |
tree | 291260f4a36cf621ccf20337109f8a5a7f7b3e76 /editors/nedit | |
parent | 8157ff7bcf2801ef386438ab810e024cab6f44f7 (diff) | |
download | pkgsrc-9e05f2d76a74a07cf64b9ec4cbc5016d778f59b1.tar.gz |
Update package Makefiles for automatic manual page handling.
Diffstat (limited to 'editors/nedit')
-rw-r--r-- | editors/nedit/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/nedit/Makefile b/editors/nedit/Makefile index 0c6082fccfb..7e8acd716c7 100644 --- a/editors/nedit/Makefile +++ b/editors/nedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1998/06/20 14:03:12 tron Exp $ +# $NetBSD: Makefile,v 1.5 1998/06/22 12:27:09 agc Exp $ DISTNAME= nedit_source PKGNAME= nedit-5.0.2 @@ -13,8 +13,6 @@ NO_WRKSUBDIR= yes NO_CONFIGURE= yes 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 |