diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2003-01-16 06:32:08 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2003-01-16 06:32:08 +0000 |
commit | 8d5aa223cfef98e22bc66264e522f57232b1d90a (patch) | |
tree | 9d4472f0e65af20e805b90481c4d87db78897a80 /sysutils | |
parent | upgrade net/xbone port from 1.3.1 to 2.0 (diff) |
add missing manpage to file list, bump portrevision
Notes
Notes:
svn path=/head/; revision=73233
Diffstat (limited to 'sysutils')
-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> |