diff options
Diffstat (limited to 'misc/compat5x/Makefile')
-rw-r--r-- | misc/compat5x/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/compat5x/Makefile b/misc/compat5x/Makefile index 775a659..99b9c40 100644 --- a/misc/compat5x/Makefile +++ b/misc/compat5x/Makefile @@ -7,9 +7,9 @@ PORTNAME= compat5x PORTVERSION= 5.4.0.6 +PORTREVISION= 1 CATEGORIES= misc -MASTER_SITES= ${MASTER_SITE_LOCAL} \ - http://agrajag.ijs.si/tinderbox/stuff/compat5/ +MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR=lesi/compat5x PKGNAMESUFFIX= -${ARCH} DISTNAME= ${PORTNAME}-${ARCH}-${PORTVERSION} @@ -68,6 +68,7 @@ do-build: do-install: ${MKDIR} ${TARGET_DIR} + (cd ${WRKSRC} && ${RM} liblwres.so.3) (cd ${WRKSRC} && ${INSTALL_DATA} *.so.* ${TARGET_DIR}) .if ${ARCH} == amd64 ${MKDIR} ${TARGET32_DIR} |