summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authortron <tron>2000-06-17 09:41:46 +0000
committertron <tron>2000-06-17 09:41:46 +0000
commitb4b2aa5f989d457b955c92164f85504780026e3a (patch)
tree3311fc786c038e287a71d3dc725e7827c5747b11 /x11
parentb46c1f2b89c25257011ec7c745c7404696470742 (diff)
downloadpkgsrc-b4b2aa5f989d457b955c92164f85504780026e3a.tar.gz
Because "olvwmrc.1" is an unformatted manual page it must be installed
into "man/man1" instead of "man/cat1".
Diffstat (limited to 'x11')
-rw-r--r--x11/olvwm/Makefile5
-rw-r--r--x11/olvwm/pkg/PLIST4
2 files changed, 6 insertions, 3 deletions
diff --git a/x11/olvwm/Makefile b/x11/olvwm/Makefile
index 3413c3de7e7..6c8b15c39e3 100644
--- a/x11/olvwm/Makefile
+++ b/x11/olvwm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/06/16 14:18:51 pooka Exp $
+# $NetBSD: Makefile,v 1.2 2000/06/17 09:41:46 tron Exp $
#
DISTNAME= olvwm4.src4
@@ -17,4 +17,7 @@ USE_X11BASE= yes
USE_IMAKE= yes
NO_WRKSUBDIR= yes
+post-install:
+ ${MV} ${PREFIX}/man/cat1/olvwmrc.1 ${PREFIX}/man/man1/olvwmrc.1
+
.include "../../mk/bsd.pkg.mk"
diff --git a/x11/olvwm/pkg/PLIST b/x11/olvwm/pkg/PLIST
index 3faf6aae0df..5bda0da3903 100644
--- a/x11/olvwm/pkg/PLIST
+++ b/x11/olvwm/pkg/PLIST
@@ -1,5 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2000/06/16 14:18:53 pooka Exp $
+@comment $NetBSD: PLIST,v 1.2 2000/06/17 09:41:47 tron Exp $
bin/olvwm
lib/help/olvwm.info
man/cat1/olvwm.0
-man/cat1/olvwmrc.1
+man/man1/olvwmrc.1