diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-04-05 19:35:23 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-04-05 19:35:23 +0000 |
commit | 5a317748496ca477502d5f6144250c6f710f0913 (patch) | |
tree | 2a6e878d0dec9e48c371f7cffe7d4d7d031f5097 /misc/upclient | |
parent | 9287408118acfd52eaec95d806275495d7509ddd (diff) | |
download | ports-5a317748496ca477502d5f6144250c6f710f0913.tar.gz ports-5a317748496ca477502d5f6144250c6f710f0913.zip |
- Unbreak installation
Pointy hat to: dougb for committing untested changes
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=252261
Diffstat (limited to 'misc/upclient')
-rw-r--r-- | misc/upclient/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/upclient/Makefile b/misc/upclient/Makefile index 2174e8046a52..f7fa4454560a 100644 --- a/misc/upclient/Makefile +++ b/misc/upclient/Makefile @@ -85,7 +85,7 @@ install-locale: # Post-install # -post-install: install-conf install-startup install-doc display-message +post-install: install-conf install-doc display-message install-conf: .if !exists(${PREFIX}/etc/upclient.conf) |