svn commit: r320949 - head/audio/ample
Antoine Brodin
antoine at FreeBSD.org
Fri Jun 14 16:05:10 UTC 2013
Author: antoine
Date: Fri Jun 14 16:05:09 2013
New Revision: 320949
URL: http://svnweb.freebsd.org/changeset/ports/320949
Log:
- Trim Makefile header
- Add empty directory created by the port to plist
Modified:
head/audio/ample/Makefile
Modified: head/audio/ample/Makefile
==============================================================================
--- head/audio/ample/Makefile Fri Jun 14 16:01:59 2013 (r320948)
+++ head/audio/ample/Makefile Fri Jun 14 16:05:09 2013 (r320949)
@@ -1,10 +1,5 @@
-# ex:ts=8
-# New ports collection makefile for: ample
-# Date created: March 21, 2002
-# Whom: patrick
-#
+# Created by: patrick
# $FreeBSD$
-#
PORTNAME= ample
PORTVERSION= 0.5.7
@@ -19,5 +14,9 @@ GNU_CONFIGURE= yes
MAN1= ample.1
MAN5= ample.conf.5 ample.html.5
PLIST_FILES= bin/ample
+PLIST_DIRSTRY= var/log var
+
+post-install:
+ @${ECHO_CMD} "@exec mkdir -p %D/var/log" >> ${TMPPLIST}
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list