wok diff postgresql/receipt @ rev 20009

Add: description.txt and links revision.
author Leonardo Laporte <hackdorte@yandex.com>
date Thu Aug 03 05:22:36 2017 -0300 (2017-08-03)
parents 9e01bc6321ea
children 970c5ec9a60a
line diff
     1.1 --- a/postgresql/receipt	Sun Dec 20 15:13:45 2015 +0100
     1.2 +++ b/postgresql/receipt	Thu Aug 03 05:22:36 2017 -0300
     1.3 @@ -19,7 +19,6 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8  	[ -d ../postgrpsql-$VERSION ] && cp -a ../postgrpsql-$VERSION/* .
     1.9  	cp $stuff/*.files-list .
    1.10  	./configure --prefix=/usr --infodir=/usr/share/info \
    1.11 @@ -29,7 +28,7 @@
    1.12  	--enable-thread-safety --with-system-tzdata=/usr/share/zoneinfo \
    1.13  	--libdir=/usr/lib/postgresql --mandir=/usr/share/man \
    1.14  	$CONFIGURE_ARGS &&
    1.15 -	make &&
    1.16 +	make world &&
    1.17  	make DESTDIR=$DESTDIR install
    1.18  	make -C doc/src/sgml DESTDIR=$DESTDIR install-html
    1.19  }