diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-03-05 19:09:52 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-03-05 19:09:52 +0000 |
commit | 48d4f8a240a081eeeb0229f9b67cf2bc3731bb99 (patch) | |
tree | ada31a40ed93e3c32b435a5d0a78443823880054 | |
parent | Update to version 1.0.1 (diff) |
- Fix build after recent licensing infrastructure updates
Submitted by: pointyhat via pavmail
Pointyhat to: tabthorpe
Notes
Notes:
svn path=/head/; revision=292769
-rw-r--r-- | net/linux-f10-nss_ldap/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/linux-f10-nss_ldap/Makefile b/net/linux-f10-nss_ldap/Makefile index ad8b984d29b7..adbb53e919b2 100644 --- a/net/linux-f10-nss_ldap/Makefile +++ b/net/linux-f10-nss_ldap/Makefile @@ -72,7 +72,6 @@ post-extract: .endif post-install: - @${RM} ${PREFIX}/GPLv2 # somehow installed by LICENSE framework @${CAT} ${PKGMESSAGE}; .include <bsd.port.mk> |