From 42542fb07642b8336e808272918f3ae46aa67e0b Mon Sep 17 00:00:00 2001 From: Gabor Kovesdan Date: Sat, 4 Aug 2007 11:41:30 +0000 Subject: - Remove the DESTDIR modifications from individual ports as we have a new, fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav) --- ftp/frox/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ftp/frox') diff --git a/ftp/frox/Makefile b/ftp/frox/Makefile index aa5ea8edfa1a..8673dfc53f3f 100644 --- a/ftp/frox/Makefile +++ b/ftp/frox/Makefile @@ -30,8 +30,8 @@ MAN5= frox.conf.5 PORTDOCS= SECURITY CREDITS ChangeLog FAQ.html FAQ-1.html FAQ-2.html \ FAQ-3.html FAQ-4.html FAQ-5.html FAQ-6.html FAQ-7.html \ FAQ-8.html -PLIST_FILES= sbin/frox ${EXAMPLESDIR:S,${TARGETDIR}/,,}/frox.conf -PLIST_DIRS= ${EXAMPLESDIR:S,${TARGETDIR}/,,} +PLIST_FILES= sbin/frox ${EXAMPLESDIR:S,${PREFIX}/,,}/frox.conf +PLIST_DIRS= ${EXAMPLESDIR:S,${PREFIX}/,,} PKGMESSAGE= ${WRKDIR}/pkg-message @@ -73,7 +73,7 @@ CONFIGURE_ARGS+= --enable-run-as-root .endif do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/frox ${TARGETDIR}/sbin + ${INSTALL_PROGRAM} ${WRKSRC}/src/frox ${PREFIX}/sbin ${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/src/frox.conf ${EXAMPLESDIR}/frox.conf ${INSTALL_MAN} ${WRKSRC}/doc/frox.man ${MANPREFIX}/man/man1/frox.1 @@ -86,7 +86,7 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/doc/${f} ${DOCSDIR} .endfor .endif - @${STRIP_CMD} ${TARGETDIR}/sbin/frox; \ + @${STRIP_CMD} ${PREFIX}/sbin/frox; \ ${CAT} ${PKGMESSAGE} .include -- cgit v1.2.3