diff options
author | ak <ak@FreeBSD.org> | 2015-12-25 07:40:36 +0000 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2015-12-25 07:40:36 +0000 |
commit | 76b708e75fb12664e75d6d9fb7f587dfe8d7d770 (patch) | |
tree | d9bd9ce33884433168723525e3f6045b072b9c9a | |
parent | db4f4ebb2d0b67a67685955006c31ee8ebd9d4ea (diff) | |
download | FreeBSD-ports-76b708e75fb12664e75d6d9fb7f587dfe8d7d770.zip FreeBSD-ports-76b708e75fb12664e75d6d9fb7f587dfe8d7d770.tar.gz |
- Remove empty lines after .include <bsd.port.mk>
Approved by: portmgr blanket
-rw-r--r-- | games/gnome-mines/Makefile | 1 | ||||
-rw-r--r-- | net-im/libnice/Makefile | 1 | ||||
-rw-r--r-- | sysutils/accountsservice/Makefile | 1 | ||||
-rw-r--r-- | sysutils/daemonize/Makefile | 1 | ||||
-rw-r--r-- | textproc/hs-double-conversion/Makefile | 1 | ||||
-rw-r--r-- | www/py-django-bootstrap-form/Makefile | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/games/gnome-mines/Makefile b/games/gnome-mines/Makefile index 40a40f2..66784de 100644 --- a/games/gnome-mines/Makefile +++ b/games/gnome-mines/Makefile @@ -25,4 +25,3 @@ LDFLAGS+= -L${LOCALBASE}/lib GLIB_SCHEMAS= org.gnome.mines.gschema.xml .include <bsd.port.mk> - diff --git a/net-im/libnice/Makefile b/net-im/libnice/Makefile index 5a4a459..5963cfc 100644 --- a/net-im/libnice/Makefile +++ b/net-im/libnice/Makefile @@ -45,4 +45,3 @@ post-patch: @${REINPLACE_CMD} -e 's|-Werror||g' ${WRKSRC}/configure .include <bsd.port.mk> - diff --git a/sysutils/accountsservice/Makefile b/sysutils/accountsservice/Makefile index aca426f..e4a9132 100644 --- a/sysutils/accountsservice/Makefile +++ b/sysutils/accountsservice/Makefile @@ -32,4 +32,3 @@ post-patch: ${WRKSRC}/src/user.c ${WRKSRC}/src/Makefile.in .include <bsd.port.mk> - diff --git a/sysutils/daemonize/Makefile b/sysutils/daemonize/Makefile index 24d27f4..8f289e2 100644 --- a/sysutils/daemonize/Makefile +++ b/sysutils/daemonize/Makefile @@ -22,4 +22,3 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 .include <bsd.port.mk> - diff --git a/textproc/hs-double-conversion/Makefile b/textproc/hs-double-conversion/Makefile index d9f7b3a..d7e692e 100644 --- a/textproc/hs-double-conversion/Makefile +++ b/textproc/hs-double-conversion/Makefile @@ -19,4 +19,3 @@ LIB_DEPENDS+= libcxxrt.so:${PORTSDIR}/devel/libcxxrt .endif .include <bsd.port.mk> - diff --git a/www/py-django-bootstrap-form/Makefile b/www/py-django-bootstrap-form/Makefile index 7277d03..5bdeda0 100644 --- a/www/py-django-bootstrap-form/Makefile +++ b/www/py-django-bootstrap-form/Makefile @@ -18,4 +18,3 @@ USE_PYTHON= distutils autoplist RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=1.5:${PORTSDIR}/www/py-django .include <bsd.port.mk> - |