diff options
author | pat <pat@FreeBSD.org> | 2002-01-05 10:15:33 +0000 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-01-05 10:15:33 +0000 |
commit | 0201fb4b7e4c6acad093e4359b92873950e1f178 (patch) | |
tree | b60e52dfc23dc1edd80f9b5ff325deef5cd15189 /x11-clocks | |
parent | 9c82927a229321c094aaa01be1e7b48c5004c26b (diff) | |
download | FreeBSD-ports-0201fb4b7e4c6acad093e4359b92873950e1f178.zip FreeBSD-ports-0201fb4b7e4c6acad093e4359b92873950e1f178.tar.gz |
Fix manpage install
PR: 33161
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/xalarm/Makefile | 5 | ||||
-rw-r--r-- | x11-clocks/xalarm/files/patch-aa | 39 | ||||
-rw-r--r-- | x11-clocks/xalarm/pkg-plist | 5 |
3 files changed, 23 insertions, 26 deletions
diff --git a/x11-clocks/xalarm/Makefile b/x11-clocks/xalarm/Makefile index 7a24b98..6d89f2f 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 ee69e50..0f13397 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 8258a57..4f056b7 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 - |