diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-01-05 10:15:33 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-01-05 10:15:33 +0000 |
commit | 45edd4ad66c730cd761886debf662633d3f04bb7 (patch) | |
tree | 1d87ae144bf7e54c32e69269417c66667b4e5aa4 /x11-clocks | |
parent | 96917d860a93dd36838ef73581d14a248080bc4d (diff) | |
download | ports-45edd4ad66c730cd761886debf662633d3f04bb7.tar.gz ports-45edd4ad66c730cd761886debf662633d3f04bb7.zip |
Notes
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 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 - |