diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2004-11-29 21:28:13 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2004-11-29 21:28:13 +0000 |
commit | fc11092ea427ce0f75beab4af5cd01c8eddda29d (patch) | |
tree | 7e7d23913747eb56c329425a3a76847ac3769711 /archivers/unarj/Makefile | |
parent | 3c9b96127761c6f44a68973051220659920c32e8 (diff) | |
download | ports-fc11092ea427ce0f75beab4af5cd01c8eddda29d.tar.gz ports-fc11092ea427ce0f75beab4af5cd01c8eddda29d.zip |
Notes
Diffstat (limited to 'archivers/unarj/Makefile')
-rw-r--r-- | archivers/unarj/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/archivers/unarj/Makefile b/archivers/unarj/Makefile index d5b32a108228..dbea2f03571d 100644 --- a/archivers/unarj/Makefile +++ b/archivers/unarj/Makefile @@ -7,6 +7,7 @@ PORTNAME= unarj PORTVERSION= 2.65 +PORTREVISION= 1 CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= ache @@ -15,6 +16,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= ache@FreeBSD.org COMMENT= Allows files to be extracted from ARJ archives +post-patch: + ${CP} ${FILESDIR}/sanitize.c ${WRKSRC} + do-install: ${INSTALL} -d -m 755 -o ${SHAREOWN} -g ${SHAREGRP} \ ${PREFIX}/share/doc/unarj |