diff options
author | ak <ak@FreeBSD.org> | 2017-04-27 03:04:30 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2017-04-27 03:04:30 +0800 |
commit | 2f8c37f37f7248797891f59774ac72741b2b18b5 (patch) | |
tree | c119ef7886120593f69e838c87979a476096d9a1 /irc/ii | |
parent | 6ed4f9040f06fc33977b80dd4acc68ca41e6ce36 (diff) | |
download | freebsd-ports-gnome-2f8c37f37f7248797891f59774ac72741b2b18b5.tar.gz freebsd-ports-gnome-2f8c37f37f7248797891f59774ac72741b2b18b5.tar.zst freebsd-ports-gnome-2f8c37f37f7248797891f59774ac72741b2b18b5.zip |
- Remove checks for .PARSEDIR and vestiges of pmake support
PR: 218832
Approved by: portmgr (antoine)
Diffstat (limited to 'irc/ii')
-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 |