diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 16:38:15 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 16:38:15 +0000 |
commit | 6002f90b97fd1a24627874af6545bc11a1ea2b36 (patch) | |
tree | 29d3967af6aa1ff6646329f7378d32312dfc741a | |
parent | 4970c72fe2b2ff3ae52ab09ce17f6a7ec796a151 (diff) |
mail/asmail: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | mail/asmail/Makefile | 3 | ||||
-rw-r--r-- | mail/asmail/pkg-plist | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/mail/asmail/Makefile b/mail/asmail/Makefile index 92f36f485758..337844551dbc 100644 --- a/mail/asmail/Makefile +++ b/mail/asmail/Makefile @@ -1,6 +1,6 @@ PORTNAME= asmail PORTVERSION= 2.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= mail afterstep MASTER_SITES= AFTERSTEP/apps/asmail/ \ http://tigr.net/afterstep/download/asmail/ @@ -12,6 +12,7 @@ WWW= https://tigr.net/afterstep/ USES= ssl xorg USE_XORG= xpm GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --enable-shaping \ --with-xpm \ --with-xpm-includes=${LOCALBASE}/include \ diff --git a/mail/asmail/pkg-plist b/mail/asmail/pkg-plist index bd6df58ee40f..ba87d29033db 100644 --- a/mail/asmail/pkg-plist +++ b/mail/asmail/pkg-plist @@ -1,6 +1,6 @@ bin/asmail -man/man1/asmail.1.gz -man/man5/asmailrc.5.gz +share/man/man1/asmail.1.gz +share/man/man5/asmailrc.5.gz %%DATADIR%%/pixmaps/e-no.xpm %%DATADIR%%/pixmaps/e0.xpm %%DATADIR%%/pixmaps/e1.xpm |