diff options
author | jgh <jgh@FreeBSD.org> | 2015-04-02 07:16:07 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2015-04-02 07:16:07 +0800 |
commit | 41b0af5e8da82e7e2b97ee99e81517b144d23d43 (patch) | |
tree | dff3d2a5db286b809d948d7c6d810d506021e753 /chinese/docproj | |
parent | 3374c31631276a54a213c82a82f939acd338230e (diff) | |
download | freebsd-ports-gnome-41b0af5e8da82e7e2b97ee99e81517b144d23d43.tar.gz freebsd-ports-gnome-41b0af5e8da82e7e2b97ee99e81517b144d23d43.tar.zst freebsd-ports-gnome-41b0af5e8da82e7e2b97ee99e81517b144d23d43.zip |
- remove do_nada from target
Approved by: portmgr (blanket)
Diffstat (limited to 'chinese/docproj')
-rw-r--r-- | chinese/docproj/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chinese/docproj/Makefile b/chinese/docproj/Makefile index 00772737c431..33fa537d36b5 100644 --- a/chinese/docproj/Makefile +++ b/chinese/docproj/Makefile @@ -7,6 +7,7 @@ PORTREVISION= 7 CATEGORIES= chinese MASTER_SITES= # none DISTFILES= # none +EXTRACT_ONLY= # none # Note: Updates from intron@intron.ac should also be # considered as maintainer updates. @@ -26,9 +27,6 @@ MAKE_ARGS+= PREFIX=${PREFIX} LOCALBASE=${LOCALBASE} INSTALL_PROGRAM="${INSTALL_P PLIST_FILES= bin/cjktexsty -do-fetch: - @${DO_NADA} - pre-patch: @${CP} -R ${SRC} ${WRKDIR} |