Index: head/comms/aldo/Makefile =================================================================== --- head/comms/aldo/Makefile (revision 110170) +++ head/comms/aldo/Makefile (revision 110171) @@ -1,29 +1,33 @@ # New ports collection makefile for: aldo # Date created: 16 March 2004 # Whom: lambert@lambertfam.org # # $FreeBSD$ # PORTNAME= aldo PORTVERSION= 0.6.3 CATEGORIES= comms MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= lambert@lambertfam.org COMMENT= Morse code training program USE_BZIP2= yes USE_GMAKE= yes +MAKE_ENV= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" PLIST_FILES= bin/aldo .include .if ${OSVERSION} < 500000 USE_GCC= 3.3 MAKE_ENV+= CXX="${CXX}" .endif + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/aldo ${PREFIX}/bin .include Property changes on: head/comms/aldo/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/comms/aldo/files/patch-Makefile =================================================================== --- head/comms/aldo/files/patch-Makefile (revision 110170) +++ head/comms/aldo/files/patch-Makefile (revision 110171) @@ -1,21 +1,9 @@ ---- Makefile.old Tue Mar 16 21:13:21 2004 -+++ Makefile Tue Mar 16 21:14:20 2004 -@@ -3,6 +3,8 @@ +--- Makefile.orig Sun May 9 22:32:36 2004 ++++ Makefile Sun May 9 22:32:49 2004 +@@ -1,5 +1,5 @@ + #MARCH=-march=athlon-tbird +-CXXFLAGS=-ansi -pedantic -Wall -O3 ++CXXFLAGS?=-ansi -pedantic -Wall -O3 includedir = $(CURDIR)/include CXXFLAGS+= -I$(includedir) -+PREFIX ?= /usr -+ - export MARCH CXXFLAGS - - VPATH = src $(SUBDIRS) -@@ -65,7 +67,7 @@ - - install: libs aldo uninstall - @strip aldo -- @install -m555 -oroot aldo /usr/bin/ -+ @install -m555 -oroot aldo $(PREFIX)/bin/ - - uninstall: -- @$(RM) /usr/bin/aldo -+ @$(RM) $(PREFIX)/bin/aldo Property changes on: head/comms/aldo/files/patch-Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property