Skip to content

Commit

Permalink
textproc/msort: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Mar 1, 2024
1 parent 1f50359 commit 85c8641
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions textproc/msort/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= msort
PORTVERSION= 8.53
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= textproc
MASTER_SITES= http://billposer.org/Software/Downloads/

Expand All @@ -19,9 +19,10 @@ RUN_DEPENDS= iwidgets>=0:x11-toolkits/iwidgets
USES= gettext localbase tk:wrapper,run
CONFIGURE_ENV= ac_cv_lib_tre_regwcomp=yes
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
TEST_TARGET= test

PLIST_FILES= bin/msg bin/msort man/man1/msort.1.gz
PLIST_FILES= bin/msg bin/msort share/man/man1/msort.1.gz

post-patch:
@${MV} ${WRKSRC}/limits.h ${WRKSRC}/${PORTNAME}_limits.h
Expand Down

0 comments on commit 85c8641

Please sign in to comment.