diff options
author | bapt <bapt@FreeBSD.org> | 2013-12-27 17:21:28 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-12-27 17:21:28 +0800 |
commit | 5758bb4b4dd3d0b1f95e8533e39ad4b5cbe77d72 (patch) | |
tree | 2260a263b1d842ebaf9c3f62b02bd2e38a06081b /shells | |
parent | 993f80ec1554be27080adce4557ee96b0195abfa (diff) | |
download | freebsd-ports-gnome-5758bb4b4dd3d0b1f95e8533e39ad4b5cbe77d72.tar.gz freebsd-ports-gnome-5758bb4b4dd3d0b1f95e8533e39ad4b5cbe77d72.tar.zst freebsd-ports-gnome-5758bb4b4dd3d0b1f95e8533e39ad4b5cbe77d72.zip |
Support stage
Diffstat (limited to 'shells')
-rw-r--r-- | shells/viewglob/Makefile | 5 | ||||
-rw-r--r-- | shells/viewglob/pkg-plist | 3 |
2 files changed, 4 insertions, 4 deletions
diff --git a/shells/viewglob/Makefile b/shells/viewglob/Makefile index 056d543061c0..07789365dd94 100644 --- a/shells/viewglob/Makefile +++ b/shells/viewglob/Makefile @@ -8,7 +8,7 @@ CATEGORIES= shells MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org -COMMENT= A GTK+ add-on to bash and zsh +COMMENT= GTK+ add-on to bash and zsh BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash RUN_DEPENDS= bash:${PORTSDIR}/shells/bash @@ -19,7 +19,4 @@ USE_GNOME= gtk20 GNU_CONFIGURE= yes LDFLAGS+= -lm -MAN1= vgd.1 vgseer.1 viewglob.1 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/shells/viewglob/pkg-plist b/shells/viewglob/pkg-plist index e7de648524cb..680368620e3b 100644 --- a/shells/viewglob/pkg-plist +++ b/shells/viewglob/pkg-plist @@ -9,4 +9,7 @@ lib/viewglob/vgclassic lib/viewglob/vgexpand lib/viewglob/vgmini lib/viewglob/vgping +man/man1/vgd.1.gz +man/man1/vgseer.1.gz +man/man1/viewglob.1.gz @dirrm lib/viewglob |