diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2017-04-26 19:04:30 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2017-04-26 19:04:30 +0000 |
commit | f37a53c2ba126777dabb7282746b913a150f8d87 (patch) | |
tree | c119ef7886120593f69e838c87979a476096d9a1 /irc | |
parent | Update to 0.23.2 (diff) |
- Remove checks for .PARSEDIR and vestiges of pmake support
PR: 218832
Approved by: portmgr (antoine)
Notes
Notes:
svn path=/head/; revision=439485
Diffstat (limited to 'irc')
-rw-r--r-- | irc/ii/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/irc/ii/Makefile b/irc/ii/Makefile index 4a413306933c..215e328c0629 100644 --- a/irc/ii/Makefile +++ b/irc/ii/Makefile @@ -15,9 +15,6 @@ LICENSE= MIT PLIST_FILES= bin/ii man/man1/ii.1.gz PORTDOCS= CHANGES FAQ README PORTEXAMPLES= query.sh -.if !defined(.PARSEDIR) -MAKE_ARGS= -E CC -.endif OPTIONS_DEFINE= DOCS EXAMPLES |