Remove empty lines and trailing whitespace.

Found by:	portlint
This commit is contained in:
Satoshi Asami 1998-07-20 11:19:08 +00:00
parent dcce344737
commit 5eefd90183
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=12008

View File

@ -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