ports/sysutils/clean/Makefile
Zsolt Udvari 6837e7316b sysutils/clean: Add UNKNOWN License
The license text can found in main.c.
Prefer DISTVERSION.
Refresh patches utilizing REINPLACE_CMD.
Adopt port.

Approved by:	bofh (mentor)
Differential Revision:	https://reviews.freebsd.org/D44179
2024-03-03 18:15:34 +01:00

25 lines
624 B
Makefile

PORTNAME= clean
DISTVERSION= 3.4
PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= SF
MAINTAINER= uzsolt@FreeBSD.org
COMMENT= Automatically remove unwanted files
WWW= https://sourceforge.net/projects/clean/
LICENSE= UNKNOWN
LICENSE_NAME= unknown
LICENSE_TEXT= Permission is granted to copy, modify, and use this as long as this message remains intact.
LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
USES= tar:bzip2
PLIST_FILES= bin/clean \
share/man/man1/clean.1.gz
post-patch:
@${REINPLACE_CMD} 's|$$(PREFIX)|$$(DESTDIR)$$(PREFIX)| ; \
s|man/man1|share/man/man1|' ${WRKSRC}/Makefile
.include <bsd.port.mk>