1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00

- Add LICENSE

- Add NO_ARCH
- Switch to options helpers
- Regenerate patch and switch to patching an actual file instead of symlink to it
This commit is contained in:
Dmitry Marakasov 2016-04-01 15:50:35 +00:00
parent c9836aee6a
commit a0c3524ba2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=412358
2 changed files with 8 additions and 3 deletions

View File

@ -9,8 +9,11 @@ MASTER_SITES= http://www.bleb.org/software/bkmrkconv/
MAINTAINER= ports@FreeBSD.org
COMMENT= Netscape bookmarks.html converter
LICENSE= ART10
USES= perl5
NO_BUILD= yes
NO_ARCH= yes
OPTIONS_DEFINE= DOCS
@ -26,6 +29,8 @@ do-install:
${INSTALL_SCRIPT} ${WRKSRC}/utils/* ${STAGEDIR}${DATADIR}
@${MKDIR} ${STAGEDIR}${DATADIR}/src
${INSTALL_DATA} ${WRKSRC}/src.example/* ${STAGEDIR}${DATADIR}/src
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README.txt ${STAGEDIR}${DOCSDIR}

View File

@ -1,6 +1,6 @@
--- bkmrkconv.pl.orig Thu Sep 21 00:21:54 2000
+++ bkmrkconv.pl Wed Mar 7 05:37:20 2001
@@ -70,9 +70,10 @@
--- bkmrkconv-1.12.pl.orig 2016-04-01 15:44:40 UTC
+++ bkmrkconv-1.12.pl
@@ -74,9 +74,10 @@ $outputDir =~ s!/$!!;
chomp(my $oldcwd = `pwd`);
chdir $outputDir;