diff options
author | lioux <lioux@FreeBSD.org> | 2004-12-25 20:49:11 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2004-12-25 20:49:11 +0800 |
commit | 79276fb844fe4ff8653ac0ac1694ec6f3f7e96df (patch) | |
tree | 00be4d915f5da17cb60bdcd46ee8ef079a3be98d /net-p2p | |
parent | 8afa29fe4fffab09843d3eb983b2ff78b35f083a (diff) | |
download | freebsd-ports-gnome-79276fb844fe4ff8653ac0ac1694ec6f3f7e96df.tar.gz freebsd-ports-gnome-79276fb844fe4ff8653ac0ac1694ec6f3f7e96df.tar.zst freebsd-ports-gnome-79276fb844fe4ff8653ac0ac1694ec6f3f7e96df.zip |
o Pet devel/portlint(1)
- Remove extraneous whitespaces at end of lines
- Place DISTVERSION on the correct location
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/xnap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/xnap/Makefile b/net-p2p/xnap/Makefile index 190a12c0734d..dc0aeffa6379 100644 --- a/net-p2p/xnap/Makefile +++ b/net-p2p/xnap/Makefile @@ -6,10 +6,10 @@ # PORTNAME= XNap +DISTVERSION= 2.5r3 CATEGORIES= net audio java MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME:L} -DISTVERSION= 2.5r3 #DISTNAME= ${PORTNAME:L}-${PORTVERSION:S/.p/-pre/:S/.b/-beta/} DISTNAME= ${PORTNAME:L}-${DISTVERSION} |