mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
Do not use optsuffix anymore for my ports (deprecated)
This commit is contained in:
parent
0e33f351a5
commit
bbb54729af
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=459921
@ -4,6 +4,7 @@
|
||||
PORTNAME= backupchecker
|
||||
PORTVERSION= 1.9
|
||||
CATEGORIES= sysutils archivers
|
||||
PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX}
|
||||
|
||||
MAINTAINER= martymac@FreeBSD.org
|
||||
COMMENT= Fully automated backup checker
|
||||
@ -14,7 +15,7 @@ NO_ARCH= yes
|
||||
|
||||
USES= python:3.3+
|
||||
USE_GITHUB= yes
|
||||
USE_PYTHON= autoplist distutils optsuffix
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
PORTDOCS= README.md
|
||||
|
||||
|
@ -7,6 +7,7 @@ PORTREVISION= 2
|
||||
CATEGORIES= sysutils multimedia
|
||||
MASTER_SITES= http://contribs.martymac.org/FreeBSD-ports/distfiles/ \
|
||||
LOCAL/martymac
|
||||
PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX}
|
||||
DISTNAME= python-${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= martymac@FreeBSD.org
|
||||
@ -17,7 +18,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python:3.4+ tar:tgz
|
||||
USE_PYTHON= autoplist distutils optsuffix
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
OPTIONS_DEFINE= DVDCSS
|
||||
.if !defined(PACKAGE_BUILDING)
|
||||
|
Loading…
Reference in New Issue
Block a user