aboutsummaryrefslogtreecommitdiff
path: root/emulators/aftp/files
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2014-04-09 12:41:57 +0000
committerPawel Pekala <pawel@FreeBSD.org>2014-04-09 12:41:57 +0000
commite0840f09325ee60d7e929d0ce002888a5eb1ec7e (patch)
tree3c428dbedf0f072e93e6a859e40ea68736e60d78 /emulators/aftp/files
parent96a7afec4cbc7c67b0d4569ac2973550e6fd4f4d (diff)
downloadports-e0840f09325ee60d7e929d0ce002888a5eb1ec7e.tar.gz
ports-e0840f09325ee60d7e929d0ce002888a5eb1ec7e.zip
Notes
Diffstat (limited to 'emulators/aftp/files')
-rw-r--r--emulators/aftp/files/patch-aa4
1 files changed, 1 insertions, 3 deletions
diff --git a/emulators/aftp/files/patch-aa b/emulators/aftp/files/patch-aa
index e4baa2231072..74c0c99fd44a 100644
--- a/emulators/aftp/files/patch-aa
+++ b/emulators/aftp/files/patch-aa
@@ -20,8 +20,6 @@
! OBJS= aftp.o pro.o dos.o
! #CC_OPTS= -DDIRECTORY_COMMANDS
! CC= gcc ${CC_OPTS}
-! INSTALL= install -c
-! INSTALL_BIN= ${INSTALL} -s -o bin -g bin
! PREFIX?= /usr/local
!
! all: aftp
@@ -33,7 +31,7 @@
! ${CC} -c ${CFLAGS} $<
!
! install: all
-! ${INSTALL_BIN} aftp ${PREFIX}/bin/
+! ${BSD_INSTALL_PROGRAM} aftp ${DESTDIR}${PREFIX}/bin
clean:
rm -f $(OBJS) aftp