[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / devel / readline

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/devel/readline/Makefile between version 1.20 and 1.20.2.1

version 1.20, 2002/02/18 15:14:15 version 1.20.2.1, 2002/05/11 02:09:06
Line 9  MAINTAINER= packages@netbsd.org
Line 9  MAINTAINER= packages@netbsd.org
 HOMEPAGE=       http://www.gnu.org/software/readline/  HOMEPAGE=       http://www.gnu.org/software/readline/
 COMMENT=        GNU library that can recall and edit previous input  COMMENT=        GNU library that can recall and edit previous input
   
 USE_BUILDLINK_ONLY=     # defined  USE_BUILDLINK2_ONLY=    # defined
 GNU_CONFIGURE=          # defined  GNU_CONFIGURE=          # defined
 USE_LIBTOOL=            # defined  USE_LIBTOOL=            # defined
   
Line 18  INSTALL_TARGET=  install-la
Line 18  INSTALL_TARGET=  install-la
   
 INFO_FILES=             readline.info history.info  INFO_FILES=             readline.info history.info
   
 # Remove -I$(includedir) from the INCLUDES passed to the compiler as this  
 # defeats buildlink.  
 #  
 post-patch:  
         cd ${WRKSRC};                                                   \  
         files="Makefile.in";                                            \  
         for file in $${files}; do                                       \  
                 ${MV} -f $${file} $${file}.fixme;                       \  
                 ${SED} -e "s|[  ]*-I\$$(includedir)||"                  \  
                         $${file}.fixme > $${file};                      \  
                 ${RM} $${file}.fixme;                                   \  
         done  
   
 .include "../../mk/texinfo.mk"  .include "../../mk/texinfo.mk"
 .include "../../mk/bsd.pkg.mk"  .include "../../mk/bsd.pkg.mk"

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.20.2.1

CVSweb <webmaster@jp.NetBSD.org>