diff options
author | steve <steve@FreeBSD.org> | 2000-01-30 05:26:22 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-01-30 05:26:22 +0800 |
commit | cd1c8f02c5b638329afdd4f538b79150c7753cad (patch) | |
tree | 7e5488b51ba854a32257bcad241b2fc987437287 /misc/heyu2/Makefile | |
parent | 5219af68a4bd07658440f20f77ebba6a73aa87d5 (diff) | |
download | freebsd-ports-gnome-cd1c8f02c5b638329afdd4f538b79150c7753cad.tar.gz freebsd-ports-gnome-cd1c8f02c5b638329afdd4f538b79150c7753cad.tar.zst freebsd-ports-gnome-cd1c8f02c5b638329afdd4f538b79150c7753cad.zip |
Respect the LOCKDIR setting in the Makefile, as well as the global
CFLAGS.
PR: 16307
Submitted by: Paul M. Lambert <plambert@plambert.net>
Diffstat (limited to 'misc/heyu2/Makefile')
-rw-r--r-- | misc/heyu2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/heyu2/Makefile b/misc/heyu2/Makefile index 3e17f9398bcc..393e28fe296c 100644 --- a/misc/heyu2/Makefile +++ b/misc/heyu2/Makefile @@ -1,5 +1,5 @@ # New ports collection makefile for: heyu -# Version required: 1.28f +# Version required: 1.28h # Date created: 27 December 1999 # Whom: plambert@plambert.net # @@ -7,7 +7,7 @@ # DISTNAME= x10_heyu -PKGNAME= heyu-1.28f +PKGNAME= heyu-1.28h CATEGORIES= misc MASTER_SITES= http://www.prado.com/~dbs/ EXTRACT_SUFX= .tgz @@ -28,7 +28,7 @@ post-install: strip ${PREFIX}/bin/heyu .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/examples/heyu - ${INSTALL_DATA} ${WRKSRC}/x10config ${PREFIX}/share/examples/heyu + ${INSTALL_DATA} ${WRKSRC}/x10config ${PREFIX}/share/examples/heyu/x10config.sample ${INSTALL_DATA} ${WRKSRC}/x10sched.conf.sample ${PREFIX}/share/examples/heyu .endif |