diff options
-rw-r--r-- | net/cvsup/Makefile | 9 | ||||
-rw-r--r-- | net/cvsup/distinfo | 4 |
2 files changed, 5 insertions, 8 deletions
diff --git a/net/cvsup/Makefile b/net/cvsup/Makefile index 79cf90caed51..73f02578dfd5 100644 --- a/net/cvsup/Makefile +++ b/net/cvsup/Makefile @@ -34,11 +34,10 @@ TARGET= FBSD_ALPHA .elif ${ARCH} == "amd64" MASTER_SITE_SUBDIR= obrien MASTER_SITES= ${MASTER_SITE_LOCAL} -DISTNAME= cvsup-static.i386 +DISTNAME= cvsup-without-gui.amd64 NO_WRKSUBDIR= yes USE_REINPLACE= yes NO_BUILD= binary-only -PLIST_FILES= libexec/cvsup-static.i386.bin .elif ${ARCH} == "i386" TARGET= FreeBSD4 .elif ${ARCH} == "sparc64" @@ -87,13 +86,11 @@ post-install: PROGS= bin/cvsup sbin/cvsupd bin/cvpasswd do-configure: + @${TOUCH} ${WRKSRC}/License @${TOUCH} ${TOUCH_FLAGS} ${CONFIGURE_COOKIE} do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/cvsup-static.i386.bin ${PREFIX}/libexec - @${ECHO} '#! /bin/sh' > ${PREFIX}/bin/cvsup - @${ECHO} '${PREFIX}/libexec/cvsup-static.i386.bin @M3nogc $$*' \ - >> ${PREFIX}/bin/cvsup + ${INSTALL_PROGRAM} ${WRKSRC}/cvsup-without-gui.amd64 ${PREFIX}/bin/cvsup @${ECHO} '#! /bin/sh' > ${PREFIX}/sbin/cvsupd @${ECHO} 'echo `basename $$0` not supported on `uname -m`' \ >> ${PREFIX}/sbin/cvsupd diff --git a/net/cvsup/distinfo b/net/cvsup/distinfo index ced8d2ba49c8..80413cf6f865 100644 --- a/net/cvsup/distinfo +++ b/net/cvsup/distinfo @@ -1,4 +1,4 @@ MD5 (cvsup-snap-16.1h.tar.gz) = b100ace98a41aa9f3d3e75b0d3c245b0 SIZE (cvsup-snap-16.1h.tar.gz) = 430951 -MD5 (cvsup-static.i386.tar.bz2) = 3be28213628e424e565d370305e30ca0 -SIZE (cvsup-static.i386.tar.bz2) = 754573 +MD5 (cvsup-without-gui.amd64.tar.bz2) = 57cd553c53780d273019b754dd8350c6 +SIZE (cvsup-without-gui.amd64.tar.bz2) = 335817 |