summaryrefslogtreecommitdiff
path: root/databases/py-PyGreSQL
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-07-20 11:19:08 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-07-20 11:19:08 +0000
commit5eefd90183faec9040d75a63c1bf13376b21d256 (patch)
treeb0b5161ab4cc82c6348150c94c44c590b7618120 /databases/py-PyGreSQL
parentRepository copy Mesa to Mesa2 and Mesa3. Mark Mesa3 broken pending (diff)
Remove empty lines and trailing whitespace.
Found by: portlint
Notes
Notes: svn path=/head/; revision=12008
Diffstat (limited to 'databases/py-PyGreSQL')
-rw-r--r--databases/py-PyGreSQL/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/py-PyGreSQL/Makefile b/databases/py-PyGreSQL/Makefile
index b770f706dd85..92e0ee473765 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