diff options
author | Bartek Rutkowski <robak@FreeBSD.org> | 2015-04-11 17:52:39 +0000 |
---|---|---|
committer | Bartek Rutkowski <robak@FreeBSD.org> | 2015-04-11 17:52:39 +0000 |
commit | 7980edefc19b3c78b4d1a700dfe16cedc685c85f (patch) | |
tree | ba0ef8454d5402bcbb378f0fd49c18524a21ba5b /net/tramp/Makefile | |
parent | e7f817ed05f2a7f2566126e362abeddf6e012316 (diff) | |
download | ports-7980edefc19b3c78b4d1a700dfe16cedc685c85f.tar.gz ports-7980edefc19b3c78b4d1a700dfe16cedc685c85f.zip |
net/tramp: add CPE information
- Maintainer's timeout (kuriyama@FreeBSD.org)
PR: 198839
Submitted by: Shun <shun.fbsd.pr@dropcut.net>
Notes
Notes:
svn path=/head/; revision=383821
Diffstat (limited to 'net/tramp/Makefile')
-rw-r--r-- | net/tramp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/tramp/Makefile b/net/tramp/Makefile index 7e6f0f09bd38..46dff19f10fe 100644 --- a/net/tramp/Makefile +++ b/net/tramp/Makefile @@ -14,8 +14,9 @@ COMMENT= Transparent remote file access tool for emacsen USE_EMACS= yes -USES= gmake makeinfo +USES= cpe gmake makeinfo USE_AUTOTOOLS= autoconf +CPE_VENDOR= gnu TRAMP_LISPDIR= ${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME} PLIST_SUB+= TRAMP_LISPDIR=${TRAMP_LISPDIR} |