diff options
Diffstat (limited to 'devel/nana/Makefile')
-rw-r--r-- | devel/nana/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/devel/nana/Makefile b/devel/nana/Makefile index 3ef70e28c6e1..0df73e32c930 100644 --- a/devel/nana/Makefile +++ b/devel/nana/Makefile @@ -3,7 +3,7 @@ # Date created: 20th April 1997 # Whom: Phil Maker <pjm@cs.ntu.edu.au> # -# $Id: Makefile,v 1.1.1.1 1997/10/15 19:58:51 max Exp $ +# $Id: Makefile,v 1.2 1999/05/12 10:00:14 asami Exp $ # DISTNAME= nana-1.09 @@ -18,9 +18,4 @@ USE_GMAKE= yes MAN1= nana.1 nana-clg.1 MAN3= nana.3 I.3 DI.3 L.3 DL.3 Q.3 Qstl.3 -pre-install: - @if [ ! -f ${PREFIX}/info/dir ]; then \ - ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ - fi - .include <bsd.port.mk> |