mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 15:36:35 -04:00
- Unbreak by providing a working mastersite
- Mute extraction-related command, respect ${CC} - Transfer maintainership to the submitter PR: 199323 Submitted by: Chris Hutchinson
This commit is contained in:
parent
fa09e9e2b9
commit
d89ef551cf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=383892
1 changed files with 4 additions and 5 deletions
|
@ -5,19 +5,18 @@ PORTNAME= bigyear
|
||||||
PORTVERSION= 20010226
|
PORTVERSION= 20010226
|
||||||
PORTEPOCH= 1
|
PORTEPOCH= 1
|
||||||
CATEGORIES= deskutils
|
CATEGORIES= deskutils
|
||||||
MASTER_SITES= http://mahon.cwx.net/sources/
|
MASTER_SITES= http://BSDforge.com/projects/source/deskutils/bigyear/
|
||||||
DISTNAME= ${PORTNAME}
|
DISTNAME= ${PORTNAME}
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= portmaster@BSDforge.com
|
||||||
COMMENT= Program to print a large (one month per page) calendar
|
COMMENT= Program to print a large (one month per page) calendar
|
||||||
|
|
||||||
BROKEN= Unfetchable
|
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}"
|
||||||
MAKE_ARGS= CFLAGS="${CFLAGS}"
|
|
||||||
|
|
||||||
PLIST_FILES= bin/bigyear man/man1/bigyear.1.gz
|
PLIST_FILES= bin/bigyear man/man1/bigyear.1.gz
|
||||||
|
|
||||||
post-extract:
|
post-extract:
|
||||||
${RM} ${WRKSRC}/bigyear
|
@${RM} ${WRKSRC}/bigyear
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/bigyear ${STAGEDIR}${PREFIX}/bin
|
${INSTALL_PROGRAM} ${WRKSRC}/bigyear ${STAGEDIR}${PREFIX}/bin
|
||||||
|
|
Loading…
Add table
Reference in a new issue