diff -ruN jhead-old/Makefile jhead/Makefile --- jhead-old/Makefile Fri Mar 15 09:44:05 2002 +++ jhead/Makefile Sat May 11 21:22:55 2002 @@ -6,15 +6,17 @@ # PORTNAME= jhead -PORTVERSION= 1.6 +PORTVERSION= 1.7 CATEGORIES= graphics MASTER_SITES= http://www.sentex.net/~mwandel/jhead/ MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}${PORTVERSION} +DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= jamie@hermans.ca MAKEFILE= ${FILESDIR}/Makefile + +WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/jhead ${PREFIX}/bin diff -ruN jhead-old/distinfo jhead/distinfo --- jhead-old/distinfo Fri Mar 15 09:44:05 2002 +++ jhead/distinfo Sat May 11 21:23:39 2002 @@ -1 +1 @@ -MD5 (jhead1.6.tar.gz) = 71f5d57df15add35f5a60bb372f0cf1a +MD5 (jhead-1.7.tar.gz) = 99cc43ff2a2fa22845dd686ecd497313 diff -ruN jhead-old/files/Makefile jhead/files/Makefile --- jhead-old/files/Makefile Wed Dec 19 03:00:41 2001 +++ jhead/files/Makefile Sat May 11 21:20:11 2002 @@ -8,7 +8,7 @@ all: jhead -objs = $(OBJ)/jhead.o $(OBJ)/exif.o +objs = $(OBJ)/jhead.o $(OBJ)/jpgfile.o $(OBJ)/exif.o $(OBJ)/%.o:$(SRC)/%.c cc ${CFLAGS} -Wall -c $< -o $@