svn commit: r375160 - head/astro/gpxloggerd

Antoine Brodin antoine at FreeBSD.org
Sun Dec 21 13:20:53 UTC 2014


Author: antoine
Date: Sun Dec 21 13:20:52 2014
New Revision: 375160
URL: https://svnweb.freebsd.org/changeset/ports/375160
QAT: https://qat.redports.org/buildarchive/r375160/

Log:
  Unbreak

Modified:
  head/astro/gpxloggerd/Makefile

Modified: head/astro/gpxloggerd/Makefile
==============================================================================
--- head/astro/gpxloggerd/Makefile	Sun Dec 21 13:19:12 2014	(r375159)
+++ head/astro/gpxloggerd/Makefile	Sun Dec 21 13:20:52 2014	(r375160)
@@ -18,6 +18,7 @@ PLIST_FILES=	sbin/${PORTNAME} \
 		man/man8/${PORTNAME}.8.gz
 
 LDFLAGS+=	-lm
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin/


More information about the svn-ports-head mailing list