mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 20:06:29 -04:00
Fix manpage install
PR: 33161 Submitted by: Edwin Groothuis <edwin@mavetju.org>
This commit is contained in:
parent
96917d860a
commit
45edd4ad66
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52605
3 changed files with 23 additions and 26 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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::
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue