1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- Stage support

This commit is contained in:
Martin Wilke 2014-02-14 15:40:10 +00:00
parent 9b94298a29
commit 815c6a9f28
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344257

View File

@ -11,18 +11,14 @@ COMMENT= Real-time backup utility for PostgreSQL
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USES= gmake
SUB_FILES= pkg-message
PKGMESSAGE= ${WRKDIR}/pkg-message
# To avoid syslogd load, add this parameter.
#MAKE_ARGS= NDEBUG=yes
NO_STAGE= yes
post-patch:
cd ${WRKSRC}; ${CP} usogresrc usogresrc.sample
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>