diff options
author | asami <asami@FreeBSD.org> | 1998-10-26 05:03:33 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-10-26 05:03:33 +0000 |
commit | 1dfeb6b76ecb87bed6cfd56f19ea05f67acfc3a3 (patch) | |
tree | 2981a8509bffe7497d7dc877238937376895891d | |
parent | c9f827b467cfd45d09d1e9146498d239b1bd4c5e (diff) | |
download | FreeBSD-ports-1dfeb6b76ecb87bed6cfd56f19ea05f67acfc3a3.zip FreeBSD-ports-1dfeb6b76ecb87bed6cfd56f19ea05f67acfc3a3.tar.gz |
Can't build package.
=======
===> Building package for olvwm-4.2
Creating package /usr/ports/packages/All/olvwm-4.2.tgz
Registering depends: XFree86-3.3.2 xpm-3.4k xview-config-3.2.1 xview-lib-3.2.1.
Creating gzip'd tar ball in '/usr/ports/packages/All/olvwm-4.2.tgz'
tar: can't add file lib/help/olvwm.info : No such file or directory
pkg_create: tar command failed with code 256
*** Error code 1
Stop.
-rw-r--r-- | x11-wm/olvwm/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-wm/olvwm/Makefile b/x11-wm/olvwm/Makefile index da65ea8..ef93a3c 100644 --- a/x11-wm/olvwm/Makefile +++ b/x11-wm/olvwm/Makefile @@ -3,7 +3,7 @@ # Date created: 21 October 1994 # Whom: smace # -# $Id: Makefile,v 1.15 1998/10/04 04:03:16 steve Exp $ +# $Id: Makefile,v 1.16 1998/10/20 04:06:17 smace Exp $ # DISTNAME= olvwm4 @@ -24,6 +24,8 @@ MAINTAINER= brianfeldman@hotmail.com LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview-lib \ Xpm.4:${PORTSDIR}/graphics/xpm +BROKEN= package + NO_WRKSUBDIR= yes USE_IMAKE= yes MAN1= olvwm.1 olvwmrc.1 |