summaryrefslogtreecommitdiff
path: root/databases/postgresql_autodoc
diff options
context:
space:
mode:
authorSean Chittenden <seanc@FreeBSD.org>2003-05-14 05:43:16 +0000
committerSean Chittenden <seanc@FreeBSD.org>2003-05-14 05:43:16 +0000
commitf45d10e74665c513729ee7fdaa097196f6d9a78a (patch)
treefbabb236773e8bf2321bb2e2b0703f0d8c320598 /databases/postgresql_autodoc
parentFix build on alpha. (diff)
Whoops, remove commented out code from the previous version.
Notes
Notes: svn path=/head/; revision=80961
Diffstat (limited to 'databases/postgresql_autodoc')
-rw-r--r--databases/postgresql_autodoc/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/databases/postgresql_autodoc/Makefile b/databases/postgresql_autodoc/Makefile
index bfcee30e6fbe..fd59d4090cd2 100644
--- a/databases/postgresql_autodoc/Makefile
+++ b/databases/postgresql_autodoc/Makefile
@@ -27,10 +27,4 @@ CONFIGURE_ARGS+= --datadir=${DATADIR}
WRKSRC= ${WRKDIR}/postgresql_autodoc
-# post-patch:
-# @${REINPLACE_CMD} -e "s,/usr/bin/perl,${PERL},g" ${WRKSRC}/postgresql_autodoc.pl
-
-# do-install:
-# @${INSTALL_SCRIPT} ${WRKSRC}/postgresql_autodoc.pl ${PREFIX}/bin/postgresql_autodoc
-
.include <bsd.port.mk>