mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
- option WITH_PAM creates seperate package
- add CONFLICTS
This commit is contained in:
parent
48df089d67
commit
f9b154b2e8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102075
@ -10,6 +10,9 @@ PORTVERSION= 1.07.2
|
||||
CATEGORIES= net comms
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR=dinoex
|
||||
.if defined(WITH_PAM)
|
||||
PKGNAMESUFFIX?= -pam
|
||||
.endif
|
||||
|
||||
MAINTAINER= dinoex@FreeBSD.org
|
||||
COMMENT= FreeBSD-modified Taylor UUCP (unix-to-unix copy program)
|
||||
@ -30,6 +33,9 @@ MAKE_ENV+= CSTD=gnu99
|
||||
|
||||
.if defined(WITH_PAM)
|
||||
MAKE_ENV+= WITH_PAM=${WITH_PAM}
|
||||
CONFLICTS?= freebsd-uucp-1.*
|
||||
.else
|
||||
CONFLICTS?= freebsd-uucp-pam-1.*
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
|
@ -1 +1,2 @@
|
||||
MD5 (freebsd-uucp-1.07.2.tar.bz2) = 554aff34217a325a97a27fa9752de132
|
||||
SIZE (freebsd-uucp-1.07.2.tar.bz2) = 924178
|
||||
|
Loading…
Reference in New Issue
Block a user