diff options
Diffstat (limited to 'misc/compat8x/Makefile')
-rw-r--r-- | misc/compat8x/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/compat8x/Makefile b/misc/compat8x/Makefile index 7a58ea63bf9d..2c7a23c38987 100644 --- a/misc/compat8x/Makefile +++ b/misc/compat8x/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= compat8x -PORTVERSION= 8.4.804000.201306 +PORTVERSION= 8.4.804000.201306.1 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= garga/compat @@ -18,6 +18,7 @@ PLIST= ${PKGDIR}/pkg-plist.${ARCH} TARGET_DIR= ${PREFIX}/lib/compat TARGET32_DIR= ${PREFIX}/lib32/compat USE_LDCONFIG= ${TARGET_DIR} +WRKSRC= ${WRKDIR}/${PORTNAME}-${ARCH}-8.4.804000.201306 .include <bsd.port.pre.mk> |