diff options
author | nork <nork@FreeBSD.org> | 2006-04-08 11:30:39 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2006-04-08 11:30:39 +0800 |
commit | 2d0c62f95c62abe02849f9d6ce09087948e2424e (patch) | |
tree | 7f58664197b57316b9c4e73fe379246c8feab46f /x11 | |
parent | 5eddb0791bbc932dfadf8abea6b9dd08a1c626df (diff) | |
download | freebsd-ports-gnome-2d0c62f95c62abe02849f9d6ce09087948e2424e.tar.gz freebsd-ports-gnome-2d0c62f95c62abe02849f9d6ce09087948e2424e.tar.zst freebsd-ports-gnome-2d0c62f95c62abe02849f9d6ce09087948e2424e.zip |
Fix make index error on 7-current(No more NO_MAN).
Updating the ports index ... Generating INDEX.tmp - please wait.."/usr/share/mk/bsd.own.mk", line 353: WITH_MAN and WITHOUT_MAN can't both be set.
===> x11/wmfstatus failed
"/usr/share/mk/bsd.own.mk", line 353: WITH_MAN and WITHOUT_MAN can't both be set.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/wmfstatus/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x11/wmfstatus/Makefile b/x11/wmfstatus/Makefile index 4c8721052bd5..f5674486bf3f 100644 --- a/x11/wmfstatus/Makefile +++ b/x11/wmfstatus/Makefile @@ -17,7 +17,6 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME} USE_X_PREFIX= yes USE_XPM= yes -NO_MAN= PLIST_FILES= bin/wmfstatus .include <bsd.port.mk> |