freebsd-ports/textproc/sp/Makefile
Alan Eldridge 0ea0b23f32 Mark 2 targets as .PHONY in main Makefile. Fixes 2 PRs that both complain
of the same problem. One originated in August, so maintainer timeout is
invoked.

Also, remove redundant post-patch target, since patches take care of this
already.

PR:		41496 44516
Submitted by:	alane
2002-11-05 16:16:20 +00:00

31 lines
682 B
Makefile

# New ports collection makefile for: sp
# Date created: April 26, 1997
# Whom: jfieber
#
# $FreeBSD$
#
PORTNAME= sp
PORTVERSION= 1.3.4
CATEGORIES= textproc
MASTER_SITES= ftp://ftp.jclark.com/pub/sp/
MAINTAINER= chuckr@FreeBSD.org
USE_SUBMAKE= yes
INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500035
BROKEN= "Does not compile on 5.0"
.endif
post-install:
$(MKDIR) $(PREFIX)/include/sp
$(MKDIR) $(PREFIX)/share/doc/sp
$(RM) -f $(WRKSRC)/include/*.orig
for file in $(WRKSRC)/include/*;do $(INSTALL_DATA) $$file $(PREFIX)/include/sp;done
for file in $(WRKSRC)/doc/*;do $(INSTALL_DATA) $$file $(PREFIX)/share/doc/sp;done
.include <bsd.port.post.mk>