Skip to content

Commit

Permalink
sysutils/ntpstat: eliminate MAN1PREFIX and move to share/man
Browse files Browse the repository at this point in the history
While here use MAKE_ARGS instead of patching
  • Loading branch information
bapt committed Jan 10, 2024
1 parent fabf2f6 commit f1f3b1f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
3 changes: 2 additions & 1 deletion sysutils/ntpstat/Makefile
@@ -1,5 +1,6 @@
PORTNAME= ntpstat
DISTVERSION= 0.6
PORTREVISION= 1
CATEGORIES= sysutils

MAINTAINER= cy@FreeBSD.org
Expand All @@ -19,7 +20,7 @@ SHEBANG_FILES= ntpstat
USE_GITHUB= yes
GH_ACCOUNT= mlichvar

MAKE_ENV= STAGEDIR=${STAGEDIR} PREFIX=${PREFIX} MAN1PREFIX=${MAN1PREFIX}
MAKE_ARGS= prefix="${STAGEDIR}${PREFIX}" mandir="${STAGEDIR}${PREFIX}/share"
NO_BUILD= yes
NO_ARCH= yes

Expand Down
13 changes: 0 additions & 13 deletions sysutils/ntpstat/files/patch-Makefile

This file was deleted.

2 changes: 1 addition & 1 deletion sysutils/ntpstat/pkg-plist
@@ -1,2 +1,2 @@
bin/ntpstat
man/man1/ntpstat.1.gz
share/man/man1/ntpstat.1.gz

0 comments on commit f1f3b1f

Please sign in to comment.