Skip to content

Commit

Permalink
devel/libfaketime: Move man page to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
Yasuhiro Kimura authored and Yasuhiro Kimura committed Mar 29, 2024
1 parent 92a2649 commit 907184e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions devel/libfaketime/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
PORTNAME= libfaketime
DISTVERSIONPREFIX= v
DISTVERSION= 0.9.10
PORTREVISION= 1
CATEGORIES= devel

MAINTAINER= bofh@FreeBSD.org
Expand All @@ -24,16 +25,15 @@ SHEBANG_FILES= test/functests/common.inc test/testframe.sh
# Add -DFAKE_STAT to FEATS to see why

MAKE_ENV+= FEATS="-DFAKE_SLEEP -DFAKE_TIMERS -DFAKE_INTERNAL_CALLS" \
MANDIR="/man" \
WARNS="-Wall"
TEST_TARGET= test

PLIST_FILES= bin/faketime \
lib/faketime/libfaketime.so.1 \
lib/faketime/libfaketimeMT.so.1 \
man/man1/faketime.1.gz \
share/doc/faketime/NEWS \
share/doc/faketime/README
share/doc/faketime/README \
share/man/man1/faketime.1.gz

post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/faketime \
Expand Down

0 comments on commit 907184e

Please sign in to comment.