mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
procmail-bgrb: move man pages
This commit is contained in:
parent
d03cdd06b8
commit
a046c6f225
3 changed files with 49 additions and 58 deletions
|
@ -1,7 +1,7 @@
|
||||||
PORTNAME= procmail
|
PORTNAME= procmail
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
DISTVERSION= 3.24
|
DISTVERSION= 3.24
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= mail
|
CATEGORIES= mail
|
||||||
PKGNAMESUFFIX= -bgrb
|
PKGNAMESUFFIX= -bgrb
|
||||||
|
|
||||||
|
|
|
@ -1,50 +1,41 @@
|
||||||
*** Makefile.orig Mon Apr 28 04:27:40 1997
|
--- Makefile.orig 2024-03-01 11:31:48.391757000 -0800
|
||||||
--- Makefile Wed May 14 18:16:50 1997
|
+++ Makefile 2024-03-01 11:33:37.299163000 -0800
|
||||||
***************
|
@@ -2,7 +2,7 @@
|
||||||
*** 2,8 ****
|
|
||||||
|
# BASENAME should point to where the whole lot will be installed
|
||||||
# BASENAME should point to where the whole lot will be installed
|
# change BASENAME to your home directory if need be
|
||||||
# change BASENAME to your home directory if need be
|
-BASENAME = /usr
|
||||||
! BASENAME = /usr
|
+BASENAME = $(DESTDIR)$(PREFIX)
|
||||||
# For display in the man pages
|
# For display in the man pages
|
||||||
VISIBLE_BASENAME= $(BASENAME)
|
VISIBLE_BASENAME= $(BASENAME)
|
||||||
|
|
||||||
--- 2,8 ----
|
@@ -11,7 +11,7 @@
|
||||||
|
#ARCHITECTURE =.sun4
|
||||||
# BASENAME should point to where the whole lot will be installed
|
|
||||||
# change BASENAME to your home directory if need be
|
BINDIR_TAIL = bin$(ARCHITECTURE)
|
||||||
! BASENAME = $(DESTDIR)$(PREFIX)
|
-MANDIR = $(BASENAME)/man
|
||||||
# For display in the man pages
|
+MANDIR = $(BASENAME)/share/man
|
||||||
VISIBLE_BASENAME= $(BASENAME)
|
BINDIR = $(BASENAME)/$(BINDIR_TAIL)
|
||||||
|
VISIBLE_BINDIR = $(VISIBLE_BASENAME)/$(BINDIR_TAIL)
|
||||||
***************
|
# MAN1SUFFIX for regular utility manuals
|
||||||
*** 53,59 ****
|
@@ -53,7 +53,11 @@
|
||||||
--- 53,63 ----
|
|
||||||
|
# Makefile.0 - mark, don't (re)move this, a sed script needs it
|
||||||
# Makefile.0 - mark, don't (re)move this, a sed script needs it
|
|
||||||
|
+.if defined(BATCH)
|
||||||
+ .if defined(BATCH)
|
+LOCKINGTEST=/tmp .
|
||||||
+ LOCKINGTEST=/tmp .
|
+.else
|
||||||
+ .else
|
LOCKINGTEST=__defaults__
|
||||||
LOCKINGTEST=__defaults__
|
+.endif
|
||||||
+ .endif
|
|
||||||
|
#LOCKINGTEST=/tmp . # Uncomment and add any directories you see fit.
|
||||||
#LOCKINGTEST=/tmp . # Uncomment and add any directories you see fit.
|
# If LOCKINGTEST is defined, autoconf will NOT
|
||||||
# If LOCKINGTEST is defined, autoconf will NOT
|
@@ -86,7 +90,7 @@
|
||||||
***************
|
#-Wimplicit -Wshadow -Wid-clash-6 #-Wuninitialized
|
||||||
*** 86,92 ****
|
|
||||||
#-Wimplicit -Wshadow -Wid-clash-6 #-Wuninitialized
|
# The place to put your favourite extra cc flag
|
||||||
|
-CFLAGS0 = -O #$(GCC_WARNINGS)
|
||||||
# The place to put your favourite extra cc flag
|
+CFLAGS0 = #-O #$(GCC_WARNINGS)
|
||||||
! CFLAGS0 = -O #$(GCC_WARNINGS)
|
LDFLAGS0= -s
|
||||||
LDFLAGS0= -s
|
# Read my libs :-)
|
||||||
# Read my libs :-)
|
LIBS=
|
||||||
LIBS=
|
|
||||||
--- 90,96 ----
|
|
||||||
#-Wimplicit -Wshadow -Wid-clash-6 #-Wuninitialized
|
|
||||||
|
|
||||||
# The place to put your favourite extra cc flag
|
|
||||||
! CFLAGS0 = #-O #$(GCC_WARNINGS)
|
|
||||||
LDFLAGS0= -s
|
|
||||||
# Read my libs :-)
|
|
||||||
LIBS=
|
|
||||||
|
|
|
@ -2,10 +2,10 @@ bin/formail
|
||||||
@(,mail,2755) bin/lockfile
|
@(,mail,2755) bin/lockfile
|
||||||
bin/mailstat
|
bin/mailstat
|
||||||
@(,mail,6755) bin/procmail
|
@(,mail,6755) bin/procmail
|
||||||
man/man1/formail.1.gz
|
share/man/man1/formail.1.gz
|
||||||
man/man1/lockfile.1.gz
|
share/man/man1/lockfile.1.gz
|
||||||
man/man1/mailstat.1.gz
|
share/man/man1/mailstat.1.gz
|
||||||
man/man1/procmail.1.gz
|
share/man/man1/procmail.1.gz
|
||||||
man/man5/procmailex.5.gz
|
share/man/man5/procmailex.5.gz
|
||||||
man/man5/procmailrc.5.gz
|
share/man/man5/procmailrc.5.gz
|
||||||
man/man5/procmailsc.5.gz
|
share/man/man5/procmailsc.5.gz
|
||||||
|
|
Loading…
Add table
Reference in a new issue