diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2011-01-06 01:35:36 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2011-01-06 01:35:36 +0000 |
commit | 2cc8b25b8791da7e1c8a023a49cea8dd94f13cfd (patch) | |
tree | 32c324caf61779c673c5ec7f052be15c75ef995b /graphics | |
parent | f1aeea50c106f7de15d93e93178d9fb6a0c61943 (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/jpeg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/jpeg/Makefile b/graphics/jpeg/Makefile index 0fb5f4ccfa41..62734c88e1ef 100644 --- a/graphics/jpeg/Makefile +++ b/graphics/jpeg/Makefile @@ -39,8 +39,8 @@ CONFIGURE_ARGS+= --enable-maxmem=${J_MAXMEM} MAN1= cjpeg.1 djpeg.1 jpegtran.1 rdjpgcom.1 wrjpgcom.1 post-extract: - @${CP} ${DISTDIR}/jpegexiforient.c ${WRKSRC}/ - @${CP} ${DISTDIR}/exifautotran.txt ${WRKSRC}/exifautotran + @${CP} ${DISTDIR}/${DIST_SUBDIR}/jpegexiforient.c ${WRKSRC}/ + @${CP} ${DISTDIR}/${DIST_SUBDIR}/exifautotran.txt ${WRKSRC}/exifautotran post-build: @cd ${WRKSRC} && ${CC} ${CFLAGS} -o jpegexiforient jpegexiforient.c |