diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-06-05 22:32:11 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-06-05 22:32:11 +0000 |
commit | 5ce8e8e5c77a92c16e627672eab6ebca50ad6f85 (patch) | |
tree | d22580c3f5bea1154b95655a82046161cfa9fd35 /devel/nana/Makefile | |
parent | defb095decee8e3dde8b4102faa6e782be7704c2 (diff) | |
download | ports-5ce8e8e5c77a92c16e627672eab6ebca50ad6f85.tar.gz ports-5ce8e8e5c77a92c16e627672eab6ebca50ad6f85.zip |
Remove the test to create ${PREFIX}/share/info/dir as it is now
in bsd.port.mk and this helps to unify the check and install.
Notes
Notes:
svn path=/head/; revision=19223
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> |