svn commit: r328394 - head/math/ised

Eitan Adler eadler at FreeBSD.org
Thu Sep 26 17:17:31 UTC 2013


Author: eadler
Date: Thu Sep 26 17:17:30 2013
New Revision: 328394
URL: http://svnweb.freebsd.org/changeset/ports/328394

Log:
  Fix pkg-plist for math/ised
  
  Reported by:	bsam
  Pointyhat to:	eadler

Modified:
  head/math/ised/Makefile

Modified: head/math/ised/Makefile
==============================================================================
--- head/math/ised/Makefile	Thu Sep 26 17:05:03 2013	(r328393)
+++ head/math/ised/Makefile	Thu Sep 26 17:17:30 2013	(r328394)
@@ -15,7 +15,7 @@ USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
 USE_GCC=	yes
 
-PLIST_FILES=		bin/${PORTNAME} ${PORTNAME}.1.gz
+PLIST_FILES=		bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${STAGEDIR}${PREFIX}/bin


More information about the svn-ports-all mailing list