diff options
author | Renato Botelho <garga@FreeBSD.org> | 2016-04-15 08:23:40 -0300 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2016-04-15 08:24:27 -0300 |
commit | adcb6e103f60ffcf3b6c71792e47213f60cda752 (patch) | |
tree | e11c751e9f91bec6bdf64ee3fe7b45eb9c956459 /security/pfSense-pkg-openvpn-client-export/Makefile | |
parent | edd128f8d5790a801caa8f9b15d3036a76aeaa60 (diff) | |
download | FreeBSD-ports-adcb6e103f60ffcf3b6c71792e47213f60cda752.zip FreeBSD-ports-adcb6e103f60ffcf3b6c71792e47213f60cda752.tar.gz |
Remove all PORTSDIR references from depends, as FreeBSD did
Diffstat (limited to 'security/pfSense-pkg-openvpn-client-export/Makefile')
-rw-r--r-- | security/pfSense-pkg-openvpn-client-export/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/pfSense-pkg-openvpn-client-export/Makefile b/security/pfSense-pkg-openvpn-client-export/Makefile index 770c418..b40f819 100644 --- a/security/pfSense-pkg-openvpn-client-export/Makefile +++ b/security/pfSense-pkg-openvpn-client-export/Makefile @@ -13,9 +13,9 @@ COMMENT= pfSense package openvpn-client-export LICENSE= ESF -RUN_DEPENDS= ${LOCALBASE}/share/openvpn/client-export/template/config-import:${PORTSDIR}/security/openvpn-client-export \ - ${LOCALBASE}/bin/zip:${PORTSDIR}/archivers/zip \ - ${LOCALBASE}/bin/7z:${PORTSDIR}/archivers/p7zip +RUN_DEPENDS= ${LOCALBASE}/share/openvpn/client-export/template/config-import:security/openvpn-client-export \ + ${LOCALBASE}/bin/zip:archivers/zip \ + ${LOCALBASE}/bin/7z:archivers/p7zip NO_BUILD= yes NO_MTREE= yes |