diff options
author | kevlo <kevlo@FreeBSD.org> | 2000-12-20 23:14:07 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2000-12-20 23:14:07 +0800 |
commit | 08a2fd311dfddc4df6d70a08912edaddf8c7c629 (patch) | |
tree | f2c7fa077c9c448aa815dbf71e857c6854321809 /graphics/xine/Makefile | |
parent | 23382e3643fb2e608b678eedc029e61c674d4cfb (diff) | |
download | freebsd-ports-graphics-08a2fd311dfddc4df6d70a08912edaddf8c7c629.tar.gz freebsd-ports-graphics-08a2fd311dfddc4df6d70a08912edaddf8c7c629.tar.zst freebsd-ports-graphics-08a2fd311dfddc4df6d70a08912edaddf8c7c629.zip |
Update to version 0.3.2
Note that I update MASTER_SITES
PR: 23613
Submitted by: MAINTAINER
Diffstat (limited to 'graphics/xine/Makefile')
-rw-r--r-- | graphics/xine/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/graphics/xine/Makefile b/graphics/xine/Makefile index 16cc5054d4c..a952d666f90 100644 --- a/graphics/xine/Makefile +++ b/graphics/xine/Makefile @@ -6,10 +6,10 @@ # PORTNAME= xine -PORTVERSION= 0.3.1 +PORTVERSION= 0.3.2 CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= http://xine.sourceforge.net/files/ +DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= roman@xpert.com @@ -17,6 +17,10 @@ USE_LIBTOOL= yes USE_X_PREFIX= yes USE_IMLIB= yes +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + +MAN1= xine.1 + post-install: @${CAT} ${PKGMESSAGE} |