aboutsummaryrefslogtreecommitdiff
path: root/misc/apparix
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2012-08-05 05:35:50 +0000
committerMartin Wilke <miwi@FreeBSD.org>2012-08-05 05:35:50 +0000
commit4b12edde483557fd7372bca971cea0af3a2e4be6 (patch)
treed4fb4733198299a4b24811a8e634c94d6fd622c0 /misc/apparix
parent59124e9620fe2d895948fbb69a30ac3113d4beb0 (diff)
downloadports-4b12edde483557fd7372bca971cea0af3a2e4be6.tar.gz
ports-4b12edde483557fd7372bca971cea0af3a2e4be6.zip
- Update to 20110303
PR: 170157 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=302063
Diffstat (limited to 'misc/apparix')
-rw-r--r--misc/apparix/Makefile23
-rw-r--r--misc/apparix/distinfo4
2 files changed, 16 insertions, 11 deletions
diff --git a/misc/apparix/Makefile b/misc/apparix/Makefile
index 540351b21dba..a6682f888bbf 100644
--- a/misc/apparix/Makefile
+++ b/misc/apparix/Makefile
@@ -6,30 +6,35 @@
#
PORTNAME= apparix
-PORTVERSION= 20081026
+PORTVERSION= 20110303
CATEGORIES= misc
MASTER_SITES= http://micans.org/apparix/src/
-DISTNAME= ${PORTNAME}-08-331
+DISTNAME= ${PORTNAME}-11-062
MAINTAINER= ports@FreeBSD.org
COMMENT= Bookmark directories and apparate inside them
+LICENSE= GPLv2
+
+OPTIONS_DEFINE= DOCS
+
GNU_CONFIGURE= yes
-MANCOMPRESSED= no
+MAKE_JOBS_SAFE= yes
MAN1= apparix.1
PORTDOCS= apparix.azm apparix.html apparix.ps
PLIST_FILES= bin/apparix
-post-patch:
- @${REINPLACE_CMD} -e 's|sig_atomic_t|int|g' ${WRKSRC}/util/err.c
+.include <bsd.port.options.mk>
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/doc/${MAN1} ${MAN1PREFIX}/man/man1
-.if !defined(NOPORTDOCS)
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/apparix ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/doc/apparix.1 ${MANPREFIX}/man/man1
+.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
- ${INSTALL_MAN} ${PORTDOCS:S,^,${WRKSRC}/doc/,} ${DOCSDIR}
+.for i in ${PORTDOCS}
+ ${INSTALL_DATA} ${WRKSRC}/doc/${i} ${DOCSDIR}
+.endfor
.endif
.include <bsd.port.mk>
diff --git a/misc/apparix/distinfo b/misc/apparix/distinfo
index b89ce61e3819..65a914788525 100644
--- a/misc/apparix/distinfo
+++ b/misc/apparix/distinfo
@@ -1,2 +1,2 @@
-SHA256 (apparix-08-331.tar.gz) = dc331ba5bc0e8be7ca63681f755afa4e621f008b2850f81b98564b5daa438192
-SIZE (apparix-08-331.tar.gz) = 247587
+SHA256 (apparix-11-062.tar.gz) = 211bb5f67b32ba7c3e044a13e4e79eb998ca017538e9f4b06bc92d5953615235
+SIZE (apparix-11-062.tar.gz) = 260823