diff options
author | seanc <seanc@FreeBSD.org> | 2003-05-14 13:43:16 +0800 |
---|---|---|
committer | seanc <seanc@FreeBSD.org> | 2003-05-14 13:43:16 +0800 |
commit | 55cc1b135ce591a182ea95addc7dac6363f4f73a (patch) | |
tree | 035095473babc249434b5eb20dd2866cbafae4a2 /databases | |
parent | b26d5e7e46745b6cd97319d626600b1ce3fabcad (diff) | |
download | freebsd-ports-gnome-55cc1b135ce591a182ea95addc7dac6363f4f73a.tar.gz freebsd-ports-gnome-55cc1b135ce591a182ea95addc7dac6363f4f73a.tar.zst freebsd-ports-gnome-55cc1b135ce591a182ea95addc7dac6363f4f73a.zip |
Whoops, remove commented out code from the previous version.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgresql_autodoc/Makefile | 6 |
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> |