diff --git a/misc/ptsort/Makefile b/misc/ptsort/Makefile index 91997e71135f..28f48bde7272 100644 --- a/misc/ptsort/Makefile +++ b/misc/ptsort/Makefile @@ -1,17 +1,19 @@ PORTNAME= ptsort PORTVERSION= 1.20170904 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= https://github.com/dag-erling/${PORTNAME}/releases/download/${PORTVERSION}/ MAINTAINER= des@FreeBSD.org COMMENT= Prioritized topological sort WWW= https://github.com/dag-erling/ptsort LICENSE= BSD3CLAUSE GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share INSTALL_TARGET= install-strip -PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz +PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz .include