diff options
author | trevor <trevor@FreeBSD.org> | 2000-10-09 15:28:28 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2000-10-09 15:28:28 +0800 |
commit | 4f90165eae44a042790ecf0c2cc53ef9ba8c137d (patch) | |
tree | 84a40a1e4ba2880faadf5333b6cc40c5e509d108 /x11-wm/blackbox/Makefile | |
parent | 8a9e3713bb0d5a99e9736b12d46daa1164de2e81 (diff) | |
download | freebsd-ports-graphics-4f90165eae44a042790ecf0c2cc53ef9ba8c137d.tar.gz freebsd-ports-graphics-4f90165eae44a042790ecf0c2cc53ef9ba8c137d.tar.zst freebsd-ports-graphics-4f90165eae44a042790ecf0c2cc53ef9ba8c137d.zip |
Update from 0.61.0 to 0.61.1, submitted by maintainer. To account for
files left behind after "make deinstall" I also added a MAN1 line and
added the Cthulhain style file, which is new in this version, to
pkg-plist. I fixed a stray space found by portlint -t.
PR: 21850
Submitted by: patseal@hyperhost.net
Diffstat (limited to 'x11-wm/blackbox/Makefile')
-rw-r--r-- | x11-wm/blackbox/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-wm/blackbox/Makefile b/x11-wm/blackbox/Makefile index 97e7271ae8c..98a9ce861b8 100644 --- a/x11-wm/blackbox/Makefile +++ b/x11-wm/blackbox/Makefile @@ -6,12 +6,14 @@ # PORTNAME= blackbox -PORTVERSION= 0.61.0 +PORTVERSION= 0.61.1 CATEGORIES= x11-wm MASTER_SITES= ftp://portal.alug.org/pub/blackbox/0.6x.x/ MAINTAINER= patseal@hyperhost.net +MAN1= blackbox.1 bsetroot.1 + USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_BZIP2= yes |