summaryrefslogtreecommitdiff
path: root/databases/postgresql-jdbc
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2004-01-22 08:05:25 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2004-01-22 08:05:25 +0000
commitf3a1a0c10135fc987471f9b2991661a2a50cb95a (patch)
tree9184b94722299b9e1ad138596d58322a63cb8f56 /databases/postgresql-jdbc
parent- set new MAINTAINER (diff)
Use PAX macro.
Notes
Notes: svn path=/head/; revision=98754
Diffstat (limited to 'databases/postgresql-jdbc')
-rw-r--r--databases/postgresql-jdbc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql-jdbc/Makefile b/databases/postgresql-jdbc/Makefile
index 04997e9dcb94..240584a1a8bc 100644
--- a/databases/postgresql-jdbc/Makefile
+++ b/databases/postgresql-jdbc/Makefile
@@ -33,7 +33,7 @@ post-install:
.if !defined(NOPORTDOCS)
@ ${MKDIR} -m 0555 ${EXAMPLESDIR} ;\
cd ${WRKSRC}/src/interfaces/jdbc/example ;\
- pax -rw . ${EXAMPLESDIR}
+ ${PAX} -rw . ${EXAMPLESDIR}
.for i in README
@ ${INSTALL_DATA} ${WRKSRC}/src/interfaces/jdbc/$i \
${EXAMPLESDIR}