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 /japanese/dvipsk-vflib | |
parent | defb095decee8e3dde8b4102faa6e782be7704c2 (diff) | |
download | ports-5ce8e8e5c77a92c16e627672eab6ebca50ad6f85.tar.gz ports-5ce8e8e5c77a92c16e627672eab6ebca50ad6f85.zip |
Notes
Diffstat (limited to 'japanese/dvipsk-vflib')
-rw-r--r-- | japanese/dvipsk-vflib/Makefile | 5 | ||||
-rw-r--r-- | japanese/dvipsk-vflib/pkg-plist | 1 |
2 files changed, 1 insertions, 5 deletions
diff --git a/japanese/dvipsk-vflib/Makefile b/japanese/dvipsk-vflib/Makefile index cf320878707c..e5b668c4f7ab 100644 --- a/japanese/dvipsk-vflib/Makefile +++ b/japanese/dvipsk-vflib/Makefile @@ -3,7 +3,7 @@ # Date created: 25 Aug 1997 # Whom: Makoto WATANABE <watanabe@zlab.phys.nagoya-u.ac.jp> # -# $Id: Makefile,v 1.2 1998/10/07 06:11:41 asami Exp $ +# $Id: Makefile,v 1.3 1999/02/02 09:32:09 asami Exp $ # DISTNAME= dvipsk-5.78a @@ -58,9 +58,6 @@ post-build: ) pre-install: - @if [ ! -f ${PREFIX}/info/dir ] ; then \ - ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir ; \ - fi @for i in ${BACKUP_FILES} ; do \ if [ -f ${DVIPSDIR}/$$i ] ; then \ ${MV} ${DVIPSDIR}/$$i ${DVIPSDIR}/$$i.bak ; \ diff --git a/japanese/dvipsk-vflib/pkg-plist b/japanese/dvipsk-vflib/pkg-plist index 834ad438e450..30ca4eb10c48 100644 --- a/japanese/dvipsk-vflib/pkg-plist +++ b/japanese/dvipsk-vflib/pkg-plist @@ -6,7 +6,6 @@ info/dvips.info-1 info/dvips.info-2 info/dvips.info-3 info/dvips.info-4 -@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir @exec install-info %D/info/dvips.info %D/info/dir @exec for i in base/asex.enc base/psfonts.map config/config.ps ; do if [ -f %D/share/texmf/dvips/$i ] ; then mv %D/share/texmf/dvips/$i %D/share/texmf/dvips/$i.bak ; fi ; done share/texmf/dvips/base/vffonts.pro |