svn commit: r383961 - head/multimedia/plexhometheater
Adam Weinberger
adamw at FreeBSD.org
Mon Apr 13 19:36:35 UTC 2015
Author: adamw
Date: Mon Apr 13 19:36:33 2015
New Revision: 383961
URL: https://svnweb.freebsd.org/changeset/ports/383961
Log:
Move DISTVERSION{PREFIX,SUFFIX} into their proper place.
Pointed out by: mat
Modified:
head/multimedia/plexhometheater/Makefile
Modified: head/multimedia/plexhometheater/Makefile
==============================================================================
--- head/multimedia/plexhometheater/Makefile Mon Apr 13 19:26:23 2015 (r383960)
+++ head/multimedia/plexhometheater/Makefile Mon Apr 13 19:36:33 2015 (r383961)
@@ -2,6 +2,8 @@
PORTNAME= plexhometheater
PORTVERSION= 1.3.6
+DISTVERSIONPREFIX=v
+DISTVERSIONSUFFIX=.441-309e72d1
CATEGORIES= multimedia
MAINTAINER= woodsb02 at gmail.com
@@ -80,8 +82,6 @@ USE_SDL= image sdl mixer
INSTALLS_ICONS= yes
ONLY_FOR_ARCHS= i386 amd64
-DISTVERSIONPREFIX=v
-DISTVERSIONSUFFIX=.441-309e72d1
WRKSRC= ${WRKDIR}/${GH_PROJECT}-${GH_TAGNAME_EXTRACT}
SUB_FILES= ${PORTNAME}.sh pkg-message
More information about the svn-ports-head
mailing list