diff options
author | asami <asami@FreeBSD.org> | 1998-07-20 11:19:08 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-07-20 11:19:08 +0000 |
commit | 85f1e517baa721631c8f0e9adef00eba87ea1b33 (patch) | |
tree | eae811518c4980a4014788e286e198df41f4012f /databases | |
parent | 111066c6871636780cb2ec62ddfb834463bd0902 (diff) | |
download | FreeBSD-ports-85f1e517baa721631c8f0e9adef00eba87ea1b33.zip FreeBSD-ports-85f1e517baa721631c8f0e9adef00eba87ea1b33.tar.gz |
Remove empty lines and trailing whitespace.
Found by: portlint
Diffstat (limited to 'databases')
-rw-r--r-- | databases/py-PyGreSQL/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/py-PyGreSQL/Makefile b/databases/py-PyGreSQL/Makefile index b770f70..92e0ee4 100644 --- a/databases/py-PyGreSQL/Makefile +++ b/databases/py-PyGreSQL/Makefile @@ -3,7 +3,7 @@ # Date created: 6/25/1998 # Whom: n@nectar.com # -# $Id: Makefile,v 1.1.1.1 1998/07/06 17:45:34 nectar Exp $ +# $Id: Makefile,v 1.2 1998/07/06 17:47:33 nectar Exp $ # DISTNAME= PyGreSQL-2.1 @@ -47,7 +47,7 @@ do-configure: exit 1; \ fi) .endif -.for f in Makefile Makefile.in configure.in +.for f in Makefile Makefile.in configure.in ${CP} ${SCRIPTDIR}/${f} ${WRKSRC} .endfor ${INSTALL} -c -m 0555 ${SCRIPTDIR}/install-sh ${WRKSRC} @@ -62,7 +62,6 @@ do-configure: PY_SITE_PYTHON=`${PY_SITE_PYTHON}` \ ${CONFIGURE_ENV} ./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS}) - post-install: ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/README.PyGreSQL |