Index: head/audio/autocd/Makefile =================================================================== --- head/audio/autocd/Makefile (revision 396512) +++ head/audio/autocd/Makefile (revision 396513) @@ -1,34 +1,37 @@ # Created by: Dmitry Afanasiev # $FreeBSD$ PORTNAME= autocd PORTVERSION= 3.02.12b -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio sysutils MASTER_SITES= ftp://kot.spb.ru/pub/src/projects/autocd/ MAINTAINER= KOT@MATPOCKuH.Ru COMMENT= Compact disc control utility +USES= libedit GNU_CONFIGURE= yes PORTDOCS= README.rus.html USE_RC_SUBR= autocd OPTIONS_DEFINE= DOCS do-install: @(cd ${WRKSRC} && ${INSTALL_PROGRAM} acdplay cdctl \ ${STAGEDIR}${PREFIX}/bin/) ${INSTALL_PROGRAM} ${WRKSRC}/autocd ${STAGEDIR}${PREFIX}/sbin @(cd ${STAGEDIR}${PREFIX}/bin && \ ln -s cdctl pause && \ ln -s cdctl eject) @(cd ${WRKSRC} && ${INSTALL_MAN} acdplay.1 cdctl.1 \ ${STAGEDIR}${PREFIX}/man/man1/) ${INSTALL_MAN} ${WRKSRC}/autocd.8 ${STAGEDIR}${PREFIX}/man/man8/ + +do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include Index: head/audio/autocd/files/patch-Makefile.in =================================================================== --- head/audio/autocd/files/patch-Makefile.in (nonexistent) +++ head/audio/autocd/files/patch-Makefile.in (revision 396513) @@ -0,0 +1,19 @@ +--- Makefile.in.orig 2004-04-16 15:46:42 UTC ++++ Makefile.in +@@ -34,13 +34,13 @@ MANPAGES8=autocd.8 + all: $(ALL) + + autocd: $(AUTOCD_O) +- $(CC) $(CFLAGS) -o autocd $(AUTOCD_O) ++ $(CC) $(LDFLAGS) -o autocd $(AUTOCD_O) + + cdctl: $(CDCTL_O) +- $(CC) $(CFLAGS) $(CDCTL_LIBS) -o cdctl $(CDCTL_O) ++ $(CC) $(LDFLAGS) $(CDCTL_LIBS) -o cdctl $(CDCTL_O) + + acdplay: $(ACDPLAY_O) +- $(CC) $(CFLAGS) $(ACDPLAY_LIBS) -o acdplay $(ACDPLAY_O) ++ $(CC) $(LDFLAGS) $(ACDPLAY_LIBS) -o acdplay $(ACDPLAY_O) + + .c.o: $(GLOBAL_DEP) + $(CC) $(CFLAGS) $(DEFS) -c $< Property changes on: head/audio/autocd/files/patch-Makefile.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property