diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-05-18 05:48:34 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-05-18 05:48:34 +0000 |
commit | 97cff14be2691c38ee7662784360891b818e7956 (patch) | |
tree | a0b12a18f4c1f70ac5ed43bc73a3b34a7be19b93 | |
parent | [1] Fix packaging on amd64 (diff) |
Remove trailing blank line to pacify portlint.
Notes
Notes:
svn path=/head/; revision=109397
-rw-r--r-- | mail/vqregister/Makefile | 1 | ||||
-rw-r--r-- | security/p5-Crypt-SSLeay/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/mail/vqregister/Makefile b/mail/vqregister/Makefile index 6d13eb5abe30..f9260a29c66b 100644 --- a/mail/vqregister/Makefile +++ b/mail/vqregister/Makefile @@ -33,4 +33,3 @@ post-install: .endif .include <bsd.port.mk> - diff --git a/security/p5-Crypt-SSLeay/Makefile b/security/p5-Crypt-SSLeay/Makefile index cf669a2ff920..e6df3a1ba8fa 100644 --- a/security/p5-Crypt-SSLeay/Makefile +++ b/security/p5-Crypt-SSLeay/Makefile @@ -32,4 +32,3 @@ RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5 .endif .include <bsd.port.post.mk> - |