mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
- uucpd: Fix WITH_PAM for FreeBSD 5.1 and 5.2
Submitted by: andreas
This commit is contained in:
parent
d145391297
commit
333e98fe54
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=97703
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= freebsd-uucp
|
||||
PORTVERSION= 1.07
|
||||
PORTVERSION= 1.07.1
|
||||
CATEGORIES= net comms
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR=dinoex
|
||||
@ -28,6 +28,10 @@ BPKGNAME= base-uucp-1.06.1
|
||||
# fix errros for -std=iso9899:1999 in FreeBSD 5.1
|
||||
MAKE_ENV+= CSTD=gnu99
|
||||
|
||||
.if defined(WITH_PAM)
|
||||
MAKE_ENV+= WITH_PAM=${WITH_PAM}
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
@(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} \
|
||||
${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} extract)
|
||||
|
@ -1 +1 @@
|
||||
MD5 (freebsd-uucp-1.07.tar.bz2) = bd3e57e49161b958cc88930f4cbf8778
|
||||
MD5 (freebsd-uucp-1.07.1.tar.bz2) = 749f83d2efc7c0e92b81f3838c26e9f5
|
||||
|
Loading…
Reference in New Issue
Block a user