aboutsummaryrefslogtreecommitdiff
path: root/archivers/ppmd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/ppmd/Makefile')
-rw-r--r--archivers/ppmd/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/archivers/ppmd/Makefile b/archivers/ppmd/Makefile
index 0882893fb9f0..80fc1b735d43 100644
--- a/archivers/ppmd/Makefile
+++ b/archivers/ppmd/Makefile
@@ -1,12 +1,12 @@
-# Created by: Emanuel Haupt <ehaupt@critical.ch>
-
PORTNAME= ppmd
PORTVERSION= 20050811
+PORTREVISION= 1
CATEGORIES= archivers
MASTER_SITES= LOCAL/ehaupt
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Fast archiver with good compression ratio
+WWW= https://packages.debian.org/unstable/utils/ppmd/
LICENSE= PD
@@ -15,13 +15,13 @@ USES= cpe
CPE_VENDOR= ppmd_project
PORTDOCS= read_me.txt
-PLIST_FILES= bin/ppmd man/man1/ppmd.1.gz
+PLIST_FILES= bin/ppmd share/man/man1/ppmd.1.gz
OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}