diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2001-10-20 19:18:54 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-10-20 19:18:54 +0000 |
commit | 5935210eecb2e45d3471697eaae591c36b86cca5 (patch) | |
tree | 75d2a2b6785a0d37aa68ef197b9fce2b8d35cee3 /sysutils/lsof | |
parent | a3463c13185c8e0444220d3dbc7620f886b4bfee (diff) | |
download | ports-5935210eecb2e45d3471697eaae591c36b86cca5.tar.gz ports-5935210eecb2e45d3471697eaae591c36b86cca5.zip |
fix minor nit
Notes
Notes:
svn path=/head/; revision=49011
Diffstat (limited to 'sysutils/lsof')
-rw-r--r-- | sysutils/lsof/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index eb0219c703ff..77b020dae351 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -18,12 +18,14 @@ MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \ ftp://ftp.web.ad.jp/pub/UNIX/tools/lsof/NEW/ \ ftp://ftp.sunet.se/pub/unix/admin/lsof/ \ ftp://ftp.sunet.se/pub/unix/admin/lsof/NEW/ -DISTNAME= ${PORTNAME}_${PORTVERSION}_W #DISTNAME= ${PORTNAME}_4.59B.freebsd +#FIXUP_RELEASE= yes +.if !defined(FIXUP_RELEASE) +DISTNAME= ${PORTNAME}_${PORTVERSION}_W +.endif MAINTAINER= obrien@FreeBSD.org -FIXUP_RELEASE= yes WRKSRC= ${WRKDIR}/${SRCBALL_NAME} HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure |