diff options
author | max <max@FreeBSD.org> | 1997-10-16 06:46:09 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-10-16 06:46:09 +0800 |
commit | 852c1ce670d6a35b19cf0e8af374840c317655e7 (patch) | |
tree | 0eebd70f7f45cd5d49570b23ec0064b741afb755 /math/apc/Makefile | |
parent | 54852c0914e75fa142a314e2752fd2989060b403 (diff) | |
download | freebsd-ports-gnome-852c1ce670d6a35b19cf0e8af374840c317655e7.tar.gz freebsd-ports-gnome-852c1ce670d6a35b19cf0e8af374840c317655e7.tar.zst freebsd-ports-gnome-852c1ce670d6a35b19cf0e8af374840c317655e7.zip |
Upgrade, 1.0.1beta -> 1.0-RELEASE.
PR: 4763
submitted by: maintainer
Diffstat (limited to 'math/apc/Makefile')
-rw-r--r-- | math/apc/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/math/apc/Makefile b/math/apc/Makefile index b963a08578f9..1c25d6f06e95 100644 --- a/math/apc/Makefile +++ b/math/apc/Makefile @@ -1,13 +1,12 @@ # New ports collection makefile for: apc -# Version required: 1.0.1-beta +# Version required: 1.0 # Date created: May 1 1997 # Whom: Eric A. Griff <eagriff@global2000.net> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/06/03 22:42:32 asami Exp $ # -DISTNAME= apc-1.0.1-beta -PKGNAME= apc-1.0.1b +DISTNAME= apc-1.0 CATEGORIES= math MASTER_SITES= http://members.global2000.net/~eagriff/ @@ -15,10 +14,8 @@ MAINTAINER= eagriff@global2000.net LIB_DEPENDS= xforms\\.0\\.86:${PORTSDIR}/x11/xforms -ALL_TARGET= apc USE_X11= YES - -do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/apc ${PREFIX}/bin/ +MAN1= apc.1 +MANCOMPRESSED= YES .include <bsd.port.mk> |