diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-14 15:40:10 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-14 15:40:10 +0000 |
commit | 815c6a9f2833e6c247979284d6d6f1055d337799 (patch) | |
tree | 7696d2976304be99ffb4573d6093647e24c15779 /databases/usogres | |
parent | 9b94298a29012be91a603b99594c42ce65d96c30 (diff) |
- Stage support
Notes
Notes:
svn path=/head/; revision=344257
Diffstat (limited to 'databases/usogres')
-rw-r--r-- | databases/usogres/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/databases/usogres/Makefile b/databases/usogres/Makefile index df15676c89bf..e88467e7639c 100644 --- a/databases/usogres/Makefile +++ b/databases/usogres/Makefile @@ -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> |