diff options
author | jbeich <jbeich@FreeBSD.org> | 2015-05-07 18:05:10 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2015-05-07 18:05:10 +0800 |
commit | c6a8a4a8e92aa7e09c58278b496d294c39b77ac5 (patch) | |
tree | 6113e1fb278e714d0b033bf57bad5cef3de1ce34 /japanese | |
parent | f2d69c421efb7871f9289b430d386695b13178e2 (diff) | |
download | freebsd-ports-graphics-c6a8a4a8e92aa7e09c58278b496d294c39b77ac5.tar.gz freebsd-ports-graphics-c6a8a4a8e92aa7e09c58278b496d294c39b77ac5.tar.zst freebsd-ports-graphics-c6a8a4a8e92aa7e09c58278b496d294c39b77ac5.zip |
japanese/jishyo: don't redefine WRKSRC to the default value
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/jishyo/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/japanese/jishyo/Makefile b/japanese/jishyo/Makefile index c6d025d2fe9..dbd66fba3f0 100644 --- a/japanese/jishyo/Makefile +++ b/japanese/jishyo/Makefile @@ -16,6 +16,4 @@ LICENSE= GPLv2 USES= gnustep USE_GNUSTEP= back build -WRKSRC= ${WRKDIR}/${DISTNAME} - .include <bsd.port.mk> |