diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2007-12-23 08:46:17 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2007-12-23 08:46:17 +0000 |
commit | 66d806ee56efae0fe33576f2e5e246c983c42147 (patch) | |
tree | 794f796b1da43a1e7adc33ef8d6e7c4cc707897b /net | |
parent | - USE_XORG (diff) |
- fix path
Notes
Notes:
svn path=/head/; revision=204386
Diffstat (limited to 'net')
-rw-r--r-- | net/radiusd-cistron/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/radiusd-cistron/Makefile b/net/radiusd-cistron/Makefile index 0b9e1bf0a4c7..bae157ee24f8 100644 --- a/net/radiusd-cistron/Makefile +++ b/net/radiusd-cistron/Makefile @@ -53,7 +53,7 @@ do-install: .endfor .endif -.if exists(/etc/pam.d) +.if exists(${DESTDIR}/etc/pam.d) PLIST_SUB+= WITH_PAMD="" .else PLIST_SUB+= WITH_PAMD="@comment " |