[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / databases / postgresql81-client

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

Diff for /pkgsrc/databases/postgresql81-client/Attic/Makefile between version 1.1 and 1.2

version 1.1, 2006/03/20 14:45:50 version 1.2, 2006/03/21 06:39:33
Line 3 
Line 3 
 PKGNAME=        postgresql81-client-${BASE_VERS}  PKGNAME=        postgresql81-client-${BASE_VERS}
 COMMENT=        PostgreSQL database client programs  COMMENT=        PostgreSQL database client programs
   
 .include "../../wip/postgresql81/Makefile.common"  .include "../../databases/postgresql81/Makefile.common"
   
 USE_TOOLS+=             gzip tar  USE_TOOLS+=             gzip tar
 USE_LIBTOOL=            yes  USE_LIBTOOL=            yes
Line 42  BUILD_DIRS= ${INSTALL_DIRS}
Line 42  BUILD_DIRS= ${INSTALL_DIRS}
 BUILD_DIRS+=    ${WRKSRC}/src/backend  BUILD_DIRS+=    ${WRKSRC}/src/backend
   
 PKG_OPTIONS_VAR=        PKG_OPTIONS.postgresql81-client  PKG_OPTIONS_VAR=        PKG_OPTIONS.postgresql81-client
 .include "../../wip/postgresql81/options.mk"  .include "../../databases/postgresql81/options.mk"
   
 .for _file_ in pg_service.conf psqlrc  .for _file_ in pg_service.conf psqlrc
 CONF_FILES+=    ${PG_DATA_DIR}/${_file_}.sample ${PG_ETC_DIR}/${_file_}  CONF_FILES+=    ${PG_DATA_DIR}/${_file_}.sample ${PG_ETC_DIR}/${_file_}

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb <webmaster@jp.NetBSD.org>