diff options
author | ohauer <ohauer@FreeBSD.org> | 2014-04-29 01:14:21 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2014-04-29 01:14:21 +0800 |
commit | 6647efd9a310c74535025a1da43d2c88b3078233 (patch) | |
tree | abfb3892a7bfe11bfca04a292397e272112b39a7 /www | |
parent | 66fe6a4a8ffd463cee05b8b2460c7aa887dc7260 (diff) | |
download | freebsd-ports-gnome-6647efd9a310c74535025a1da43d2c88b3078233.tar.gz freebsd-ports-gnome-6647efd9a310c74535025a1da43d2c88b3078233.tar.zst freebsd-ports-gnome-6647efd9a310c74535025a1da43d2c88b3078233.zip |
- fix duplicate portname
add PKGNAMESUFFIX= -lts
Noted by: indexbuild
Diffstat (limited to 'www')
-rw-r--r-- | www/typo3-lts/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/typo3-lts/Makefile b/www/typo3-lts/Makefile index 63ac55778e73..06a28aa19e5c 100644 --- a/www/typo3-lts/Makefile +++ b/www/typo3-lts/Makefile @@ -3,8 +3,10 @@ PORTNAME= typo3 PORTVERSION= 6.2.1 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION} +PKGNAMESUFFIX= -lts MAINTAINER= freebsd-ports@charlieroot.de COMMENT= The typo3 content management system |