diff options
Diffstat (limited to 'openbsd/14.0.0/tdebase/Makefile')
-rw-r--r-- | openbsd/14.0.0/tdebase/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/openbsd/14.0.0/tdebase/Makefile b/openbsd/14.0.0/tdebase/Makefile index 5d6327694..2066f4a74 100644 --- a/openbsd/14.0.0/tdebase/Makefile +++ b/openbsd/14.0.0/tdebase/Makefile @@ -2,16 +2,17 @@ PKGNAME= trinity-tdebase-${VERSION} VERSION= ${TDE_VERSION}${PREVERSION} -PREVERSION= ~pre1377+891da4b8 +PREVERSION= COMMENT= Trinity Base Programs CATEGORIES= x11/trinity HOMEPAGE= http://www.trinitydesktop.org/ MAINTAINER= François Andriot <francois.andriot@free.fr> -MASTER_SITES= http://nuc.vtf/tde/tde-tarballs/14.0.0/main/ -DISTNAME= trinity-tdebase-${TDE_VERSION}${PREVERSION} -EXTRACT_SUFX= .tar.gz +MASTER_SITES= http://ppa2.quickbuild.pearsoncomputing.net/redirect.php?file=releases/R14.0.0/ +DISTNAME= tdebase-R${TDE_VERSION}${PREVERSION} +EXTRACT_SUFX= .tar.bz2 +WRKDIST= ${WRKDIR}/tdebase PREFIX= ${TDE_PREFIX} |