diff options
Diffstat (limited to 'devel/libgtop')
-rw-r--r-- | devel/libgtop/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/devel/libgtop/Makefile b/devel/libgtop/Makefile index 036a794dbfb2..c7a65e1a2f1d 100644 --- a/devel/libgtop/Makefile +++ b/devel/libgtop/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 |