diff options
author | taoka <taoka@FreeBSD.org> | 2000-07-19 22:22:30 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 2000-07-19 22:22:30 +0800 |
commit | d6c1807ebccce7ccdc88989f9d40cecaac44e1bb (patch) | |
tree | 004650d4d14758439f279649b3d37240739ca36c /devel/libgtop2 | |
parent | f9381661a76be07b8c8c540982514459be14448b (diff) | |
download | freebsd-ports-gnome-d6c1807ebccce7ccdc88989f9d40cecaac44e1bb.tar.gz freebsd-ports-gnome-d6c1807ebccce7ccdc88989f9d40cecaac44e1bb.tar.zst freebsd-ports-gnome-d6c1807ebccce7ccdc88989f9d40cecaac44e1bb.zip |
(1) /usr/share/info/dir was renamed to dir-tmpl.
(2) Now it is not necessary to exist a file "info/dir"
when install-info is executed.
By (1) and (2), I removed the next line:
[ -f %D/info/dir ] || sed -ne 1,/Menu:/p /usr/share/info/dir > %D/info/dir
from PLIST or Makefile
CV: ----------------------------------------------------------------------
Diffstat (limited to 'devel/libgtop2')
-rw-r--r-- | devel/libgtop2/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/devel/libgtop2/Makefile b/devel/libgtop2/Makefile index 036a794dbfb2..c7a65e1a2f1d 100644 --- a/devel/libgtop2/Makefile +++ b/devel/libgtop2/Makefile @@ -28,9 +28,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" post-install: - if [ ! -f ${PREFIX}/info/dir ]; then \ - ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ - fi install-info --section="Programming \& development tools" \ --entry="* libgtop: (libgtop). libgtop programming manual" \ ${PREFIX}/info/libgtop.info ${PREFIX}/info/dir |