summaryrefslogtreecommitdiff
path: root/x11-clocks
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-01-05 10:15:33 +0000
committerPatrick Li <pat@FreeBSD.org>2002-01-05 10:15:33 +0000
commit45edd4ad66c730cd761886debf662633d3f04bb7 (patch)
tree1d87ae144bf7e54c32e69269417c66667b4e5aa4 /x11-clocks
parentUpdate port to version 0.56.2 (plus new cheat.zip MD5 and German docs) (diff)
Fix manpage install
PR: 33161 Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes
Notes: svn path=/head/; revision=52605
Diffstat (limited to 'x11-clocks')
-rw-r--r--x11-clocks/xalarm/Makefile5
-rw-r--r--x11-clocks/xalarm/files/patch-aa39
-rw-r--r--x11-clocks/xalarm/pkg-plist5
3 files changed, 23 insertions, 26 deletions
diff --git a/x11-clocks/xalarm/Makefile b/x11-clocks/xalarm/Makefile
index 7a24b9808ab1..6d89f2f9021c 100644
--- a/x11-clocks/xalarm/Makefile
+++ b/x11-clocks/xalarm/Makefile
@@ -16,8 +16,9 @@ MAINTAINER= desmo@bandwidth.org
USE_IMAKE= yes
IS_INTERACTIVE= yes
-pre-install:
+MAN1= xalarm.1 xmemo.1 xfortune.1 xyow.1
+
+pre-install:
(cd ${WRKSRC} ; ${CP} XAlarm.ad XAlarm-color.ad)
.include <bsd.port.mk>
-
diff --git a/x11-clocks/xalarm/files/patch-aa b/x11-clocks/xalarm/files/patch-aa
index ee69e50bb739..0f13397f180d 100644
--- a/x11-clocks/xalarm/files/patch-aa
+++ b/x11-clocks/xalarm/files/patch-aa
@@ -1,19 +1,20 @@
-*** Imakefile.orig Wed Dec 4 08:27:18 1996
---- Imakefile Wed Dec 4 08:27:53 1996
-***************
-*** 23,29 ****
- /**/# this may not work if xalarm is invoked from a pseudo terminal).
- /**/# o Define USECUSERID to use cuserid(3) to get the user name.
-
-! DEFINES = $(SIGNAL_DEFINES) -DUSERENAME -DUSEGETHOSTNAME -DUSEGETPWUID
-
-
- OBJS = alarm.o when.o warnings.o times.o dates.o file.o fns.o xalarm.o
---- 23,29 ----
- /**/# this may not work if xalarm is invoked from a pseudo terminal).
- /**/# o Define USECUSERID to use cuserid(3) to get the user name.
-
-! DEFINES = $(SIGNAL_DEFINES) -DFORKRETURNSPID_T -DUSERENAME -DUSEGETHOSTNAME -DUSEGETPWUID
-
-
- OBJS = alarm.o when.o warnings.o times.o dates.o file.o fns.o xalarm.o
+--- Imakefile.orig Sat Jul 22 00:32:07 1995
++++ Imakefile Tue Dec 25 17:40:22 2001
+@@ -23,7 +23,7 @@
+ /**/# this may not work if xalarm is invoked from a pseudo terminal).
+ /**/# o Define USECUSERID to use cuserid(3) to get the user name.
+
+-DEFINES = $(SIGNAL_DEFINES) -DUSERENAME -DUSEGETHOSTNAME -DUSEGETPWUID
++DEFINES = $(SIGNAL_DEFINES) -DFORKRETURNSPID_T -DUSERENAME -DUSEGETHOSTNAME -DUSEGETPWUID
+
+
+ OBJS = alarm.o when.o warnings.o times.o dates.o file.o fns.o xalarm.o
+@@ -51,7 +51,7 @@
+ @./config.1st -quick $(WHICH) fortune yow
+
+ xmemo.man xyow.man xfortune.man:
+- echo ".so man"`echo ManSuffix`"/xalarm."`echo ManSuffix` > $@
++ echo ".so xalarm.man" > $@
+
+ xfortune::
+
diff --git a/x11-clocks/xalarm/pkg-plist b/x11-clocks/xalarm/pkg-plist
index 8258a57a2027..4f056b729448 100644
--- a/x11-clocks/xalarm/pkg-plist
+++ b/x11-clocks/xalarm/pkg-plist
@@ -4,8 +4,3 @@ bin/xfortune
bin/xyow
lib/X11/app-defaults/XAlarm
lib/X11/app-defaults/XAlarm-color
-man/man1/xalarm.1.gz
-man/man1/xmemo.1.gz
-man/man1/xfortune.1.gz
-man/man1/xyow.1.gz
-