diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-04-10 21:09:18 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-04-10 21:09:18 +0000 |
commit | 8ab9f857e61ae25e51ed639250d381d510b5a168 (patch) | |
tree | d16d96d8d1e1e9f7fab6c46c2dc3f2694d5d2f24 /net/mtr-nox11 | |
parent | 77354555625c0dddab05a6e074ad2abfd3259f5c (diff) | |
download | ports-8ab9f857e61ae25e51ed639250d381d510b5a168.tar.gz ports-8ab9f857e61ae25e51ed639250d381d510b5a168.zip |
Notes
Diffstat (limited to 'net/mtr-nox11')
-rw-r--r-- | net/mtr-nox11/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/mtr-nox11/Makefile b/net/mtr-nox11/Makefile index 043f023aeb9e..5eba7a7771df 100644 --- a/net/mtr-nox11/Makefile +++ b/net/mtr-nox11/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../mtr OPTIONS_EXCLUDE=X11 OPTIONS_FILE_UNSET= X11 +PKGNAMESUFFIX= -nox11 + .include "${MASTERDIR}/Makefile" |