diff options
author | arved <arved@FreeBSD.org> | 2011-01-03 21:10:32 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2011-01-03 21:10:32 +0800 |
commit | 95ce615ab034d8645d0724c06c46e3e1878852ba (patch) | |
tree | 9cf9e0003ce71a5341d67a47ba99982caf72cca2 /sysutils/di/Makefile | |
parent | abab9f8887ed582d5c1c9787da0c2447844367a9 (diff) | |
download | freebsd-ports-graphics-95ce615ab034d8645d0724c06c46e3e1878852ba.tar.gz freebsd-ports-graphics-95ce615ab034d8645d0724c06c46e3e1878852ba.tar.zst freebsd-ports-graphics-95ce615ab034d8645d0724c06c46e3e1878852ba.zip |
Update to 4.27
PR: 153636
Submitted by: maintainer
Diffstat (limited to 'sysutils/di/Makefile')
-rw-r--r-- | sysutils/di/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/di/Makefile b/sysutils/di/Makefile index b3f4ac7c453..5d46ed36a3e 100644 --- a/sysutils/di/Makefile +++ b/sysutils/di/Makefile @@ -6,7 +6,7 @@ # PORTNAME= di -PORTVERSION= 4.26 +PORTVERSION= 4.27 CATEGORIES= sysutils MASTER_SITES= http://www.gentoo.com/di/ \ http://fresh.t-systems-sfr.com/unix/src/privat2/ @@ -29,6 +29,6 @@ MAKE_ENV+= LDFLAGS="${LDFLAGS}" prefix="${PREFIX}" .include <bsd.port.pre.mk> post-patch: - @${REINPLACE_CMD} -e "s|zoneid_t|zoneId_t|g" ${WRKSRC}/di.c + @${REINPLACE_CMD} -e "s|zoneid_t|zoneId_t|g" ${WRKSRC}/C/di.c .include <bsd.port.post.mk> |