diff options
author | jaapb <jaapb@pkgsrc.org> | 2013-11-23 15:01:15 +0000 |
---|---|---|
committer | jaapb <jaapb@pkgsrc.org> | 2013-11-23 15:01:15 +0000 |
commit | d2b53f4c1edd6cbaf5c2b89aeb23ed463ea76b9c (patch) | |
tree | 8ce4329a372ba795d94d964deb91a1133a239b7c | |
parent | 74e1f9a4e2764772bc43911b32a40735559a8f7b (diff) | |
download | pkgsrc-d2b53f4c1edd6cbaf5c2b89aeb23ed463ea76b9c.tar.gz |
Removed url2pkg marker from package Makefile.
-rw-r--r-- | textproc/hyphen/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/hyphen/Makefile b/textproc/hyphen/Makefile index c922035d987..01bfa45a96d 100644 --- a/textproc/hyphen/Makefile +++ b/textproc/hyphen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/11/23 14:53:48 jaapb Exp $ +# $NetBSD: Makefile,v 1.2 2013/11/23 15:01:15 jaapb Exp $ DISTNAME= hyphen-2.8.6 CATEGORIES= textproc @@ -15,5 +15,4 @@ USE_TOOLS+= perl REPLACE_PERL= substrings.pl -# url2pkg-marker (please do not remove this line.) .include "../../mk/bsd.pkg.mk" |