diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2007-01-24 22:57:46 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2007-01-24 22:57:46 +0000 |
commit | f4998d39207ad304b6673102e2190e28a09508f5 (patch) | |
tree | faf13de81ea79993eb7ecfa3d0f31a25daca3e8e /japanese/suicavalue | |
parent | 74e93340df33680f0bffaa135555f9b93ca0cb1c (diff) |
Fix extract error.
Submitted by: maintainer
Pointed out by: pointyhat via kris and pav.
Pointy hat to: myself
Notes
Notes:
svn path=/head/; revision=183224
Diffstat (limited to 'japanese/suicavalue')
-rw-r--r-- | japanese/suicavalue/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/suicavalue/Makefile b/japanese/suicavalue/Makefile index aac51234e6e0..5e3792b3f6e2 100644 --- a/japanese/suicavalue/Makefile +++ b/japanese/suicavalue/Makefile @@ -22,7 +22,7 @@ PLIST_FILES= bin/SuicaValue post-extract: @${MKDIR} ${WRKSRC} - @${CP} -f ${DISTDIR}/${DISTFILES} ${WRKSRC} + @${CP} -f ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} ${WRKSRC} @${CP} -f ${FILESDIR}/Makefile ${WRKSRC} post-install: |