aboutsummaryrefslogtreecommitdiff
path: root/databases/pg_filedump
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-04 23:46:52 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-04 23:46:52 +0000
commit0cf8ed500c6f66fb62ddbe369b6a503d5cca6cb7 (patch)
treef4aa1e809f7ffc1ee1c2b39a9df3d26d36f980ed /databases/pg_filedump
parent318f348910ebbd849e16789a52817c6da286cb99 (diff)
downloadports-0cf8ed500c6f66fb62ddbe369b6a503d5cca6cb7.tar.gz
ports-0cf8ed500c6f66fb62ddbe369b6a503d5cca6cb7.zip
Remove NOPORTDOCS and NOPORTEXAMPLES from unstaged ports. Stage a couple while
we're here. Remove any other references to NOPORT*. Approved by: portmgr (blanket for modernization)
Notes
Notes: svn path=/head/; revision=360690
Diffstat (limited to 'databases/pg_filedump')
-rw-r--r--databases/pg_filedump/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/databases/pg_filedump/Makefile b/databases/pg_filedump/Makefile
index d2343f10c0fc..0a837421676e 100644
--- a/databases/pg_filedump/Makefile
+++ b/databases/pg_filedump/Makefile
@@ -14,7 +14,6 @@ BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/databases/postgresql84-client:patch
WRKSRC= ${WRKDIR}/${PORTNAME}-8.4.0
-NO_STAGE= yes
.include <bsd.port.pre.mk>
BROKEN= Does not compile
@@ -25,11 +24,9 @@ post-patch:
${REINPLACE_CMD} -e "s|8.4.0|${PG84VER}|" ${WRKSRC}/Makefile
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/pg_filedump ${PREFIX}/bin
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README.pg_filedump ${DOCSDIR}
-.endif
+ ${INSTALL_PROGRAM} ${WRKSRC}/pg_filedump ${STAGEDIR}${PREFIX}/bin
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README.pg_filedump ${STAGEDIR}${DOCSDIR}
.include <bsd.port.post.mk>