Skip to content

Commit

Permalink
mail/fdm: use ${PREFIX}/share/man
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirk Meyer authored and Dirk Meyer committed Jan 11, 2024
1 parent 8c3aa6f commit 3d019ae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mail/fdm/Makefile
@@ -1,5 +1,6 @@
PORTNAME= fdm
PORTVERSION= 2.2
PORTREVISION= 1
CATEGORIES= mail

MAINTAINER= dinoex@FreeBSD.org
Expand All @@ -15,9 +16,10 @@ USE_GITHUB= yes
GH_ACCOUNT= nicm

GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc

PLIST_FILES= bin/fdm man/man1/fdm.1.gz man/man5/fdm.conf.5.gz
PLIST_FILES= bin/fdm share/man/man1/fdm.1.gz share/man/man5/fdm.conf.5.gz
PORTDOCS= CHANGES README MANUAL
PORTEXAMPLES= *

Expand Down

0 comments on commit 3d019ae

Please sign in to comment.