diff options
author | dinoex <dinoex@FreeBSD.org> | 2007-12-23 16:46:17 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2007-12-23 16:46:17 +0800 |
commit | f86a93170249b9e9a67f8ddd2b117284e2749e22 (patch) | |
tree | 56ec646a305f220ab9c1702dfd83eefef0448171 | |
parent | ef13d4bc0c71fdeff4fcb1f94b1d0bd78ca185a7 (diff) | |
download | freebsd-ports-gnome-f86a93170249b9e9a67f8ddd2b117284e2749e22.tar.gz freebsd-ports-gnome-f86a93170249b9e9a67f8ddd2b117284e2749e22.tar.zst freebsd-ports-gnome-f86a93170249b9e9a67f8ddd2b117284e2749e22.zip |
- fix path
-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 " |