svn commit: r382969 - head/chinese/docproj
Jason Helfman
jgh at FreeBSD.org
Wed Apr 1 23:16:09 UTC 2015
Author: jgh
Date: Wed Apr 1 23:16:07 2015
New Revision: 382969
URL: https://svnweb.freebsd.org/changeset/ports/382969
Log:
- remove do_nada from target
Approved by: portmgr (blanket)
Modified:
head/chinese/docproj/Makefile
Modified: head/chinese/docproj/Makefile
==============================================================================
--- head/chinese/docproj/Makefile Wed Apr 1 22:48:35 2015 (r382968)
+++ head/chinese/docproj/Makefile Wed Apr 1 23:16:07 2015 (r382969)
@@ -7,6 +7,7 @@ PORTREVISION= 7
CATEGORIES= chinese
MASTER_SITES= # none
DISTFILES= # none
+EXTRACT_ONLY= # none
# Note: Updates from intron at intron.ac should also be
# considered as maintainer updates.
@@ -26,9 +27,6 @@ MAKE_ARGS+= PREFIX=${PREFIX} LOCALBASE=$
PLIST_FILES= bin/cjktexsty
-do-fetch:
- @${DO_NADA}
-
pre-patch:
@${CP} -R ${SRC} ${WRKDIR}
More information about the svn-ports-all
mailing list