diff options
author | John Polstra <jdp@FreeBSD.org> | 2007-01-31 18:11:22 +0000 |
---|---|---|
committer | John Polstra <jdp@FreeBSD.org> | 2007-01-31 18:11:22 +0000 |
commit | f7b0b707b39447d728c699bc356910f39742d0b4 (patch) | |
tree | ef1ca30030b3bc797a3460a453142fa899a38798 /net/cvsup-mirror | |
parent | 2ff7a5ddb8413d0f5345fc43507ab9cbf0f2262f (diff) |
Use RC_SUBR_SUFFIX.
Submitted by: Rong-En Fan
Notes
Notes:
svn path=/head/; revision=183798
Diffstat (limited to 'net/cvsup-mirror')
-rw-r--r-- | net/cvsup-mirror/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/net/cvsup-mirror/Makefile b/net/cvsup-mirror/Makefile index a1113ff81026..47ec7d89bcc4 100644 --- a/net/cvsup-mirror/Makefile +++ b/net/cvsup-mirror/Makefile @@ -30,11 +30,7 @@ distrib=${base}/sup.client/distrib .include <bsd.port.pre.mk> -.if (${OSVERSION} >= 700007 || ( ${OSVERSION} < 700000 && ${OSVERSION} >= 600101)) -SUB_LIST+= CVSUPD="cvsupd" -.else -SUB_LIST+= CVSUPD="cvsupd.sh" -.endif +SUB_LIST+= CVSUPD="cvsupd${RC_SUBR_SUFFIX}" do-extract: @test -d ${WRKSRC} || ${MKDIR} ${WRKSRC} |