aboutsummaryrefslogtreecommitdiff
path: root/x11-clocks/dclock/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2024-01-11 10:30:34 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2024-01-11 10:31:03 +0000
commite762d0756bd3dd0ecf51d412559453d5031e6155 (patch)
treeb4ed160695aa96324a53e32132f7101421119453 /x11-clocks/dclock/Makefile
parent8ab6cbe60e1954261f2129b24e32ed8ac147c9f6 (diff)
downloadports-e762d0756bd3dd0ecf51d412559453d5031e6155.tar.gz
ports-e762d0756bd3dd0ecf51d412559453d5031e6155.zip
Diffstat (limited to 'x11-clocks/dclock/Makefile')
-rw-r--r--x11-clocks/dclock/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-clocks/dclock/Makefile b/x11-clocks/dclock/Makefile
index 7a81c67b8684..a39ca6f7615e 100644
--- a/x11-clocks/dclock/Makefile
+++ b/x11-clocks/dclock/Makefile
@@ -1,6 +1,6 @@
PORTNAME= dclock
PORTVERSION= 2.2.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-clocks
MASTER_SITES= http://opencircuitdesign.com/~tim/programs/dclock/archive/
@@ -19,7 +19,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
PORTDOCS= README TODO
PLIST_FILES= bin/dclock \
lib/X11/app-defaults/DClock \
- man/man1/${PORTNAME}.1.gz \
+ share/man/man1/${PORTNAME}.1.gz \
%%DATADIR%%/sounds/bell.wav \
%%DATADIR%%/sounds/digital.wav
@@ -46,7 +46,7 @@ do-build:
do-install:
(cd ${WRKSRC} \
&& ${INSTALL_PROGRAM} dclock ${STAGEDIR}${PREFIX}/bin \
- && ${INSTALL_MAN} dclock.1 ${STAGEDIR}${MANPREFIX}/man/man1 \
+ && ${INSTALL_MAN} dclock.1 ${STAGEDIR}${PREFIX}/share/man/man1 \
&& ${INSTALL_DATA} Dclock.ad \
${STAGEDIR}${PREFIX}/lib/X11/app-defaults/DClock)
@${MKDIR} ${STAGEDIR}${DATADIR}/sounds