mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
57dd95a5b0
PR: ports/76704 Submitted by: Dryice Liu <dryice@liu.com.cn> (maintainer)
13 lines
465 B
Plaintext
13 lines
465 B
Plaintext
--- Makefile.orig Wed Jan 19 19:50:30 2005
|
|
+++ Makefile Wed Jan 26 16:36:34 2005
|
|
@@ -3,8 +3,7 @@
|
|
SNAPDIR=erc-$(VERSION).cvs.$(SNAPSHOTDATE)
|
|
|
|
SPECIAL = erc-auto.el
|
|
-UNCOMPILED = erc-chess.el erc-bbdb.el erc-ibuffer.el erc-speak.el \
|
|
- erc-speedbar.el erc-compat.el
|
|
+UNCOMPILED = erc-ibuffer.el erc-speak.el erc-compat.el
|
|
TESTING = erc-members.el erc-macs.el
|
|
ALLSOURCE = $(wildcard *.el)
|
|
SOURCE = $(filter-out $(SPECIAL) $(UNCOMPILED) $(TESTING),$(ALLSOURCE))
|