diff options
author | obrien <obrien@FreeBSD.org> | 2001-10-20 19:18:54 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-10-20 19:18:54 +0000 |
commit | f9946b9d48e1617d4a2702901cbcbf0065814767 (patch) | |
tree | 24ad44a12ac90df98069719f75de79ed541135c9 /sysutils/lsof | |
parent | 311bd8d3f5b7ac86bbe45b2f1f1807be3f40d9f7 (diff) | |
download | FreeBSD-ports-f9946b9d48e1617d4a2702901cbcbf0065814767.zip FreeBSD-ports-f9946b9d48e1617d4a2702901cbcbf0065814767.tar.gz |
fix minor nit
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 eb0219c..77b020d 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 |