diff options
-rw-r--r-- | sysutils/xstow/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/xstow/Makefile b/sysutils/xstow/Makefile index 31922ba60f44..ea35c7fda4da 100644 --- a/sysutils/xstow/Makefile +++ b/sysutils/xstow/Makefile @@ -9,7 +9,7 @@ PORTNAME= xstow PORTVERSION= 0.4.6 -PORTREVISION= 0 +PORTREVISION= 1 PORTEPOCH= 0 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -20,6 +20,8 @@ MAINTAINER= alane@geeksrus.net USE_GMAKE= yes GNU_CONFIGURE= yes +MAN1= xstow.1 + .include <bsd.port.pre.mk> .include <bsd.port.post.mk> |