diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2000-10-09 07:28:28 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2000-10-09 07:28:28 +0000 |
commit | 94655d598baeb555e120e44c4a234ac70416df20 (patch) | |
tree | 97fd454d0d9dd0683b4d3d5b2c259d6363d129a3 /x11-wm/hackedbox/Makefile | |
parent | b39810b3fa16acfac56c0d635b889f714c73a334 (diff) |
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
Notes
Notes:
svn path=/head/; revision=33602
Diffstat (limited to 'x11-wm/hackedbox/Makefile')
-rw-r--r-- | x11-wm/hackedbox/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-wm/hackedbox/Makefile b/x11-wm/hackedbox/Makefile index 97e7271ae8ca..98a9ce861b8f 100644 --- a/x11-wm/hackedbox/Makefile +++ b/x11-wm/hackedbox/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 |