diff options
author | antoine <antoine@FreeBSD.org> | 2013-06-15 00:05:09 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-06-15 00:05:09 +0800 |
commit | e6c2aba98ab8ad0dc1359444a9043c9e08849221 (patch) | |
tree | 03cefe36ea22a3edec495e681e624d5d6ba0d05b /audio | |
parent | cc7a44de47675a7ef7ac269adfd91d2c1d288bc3 (diff) | |
download | freebsd-ports-gnome-e6c2aba98ab8ad0dc1359444a9043c9e08849221.tar.gz freebsd-ports-gnome-e6c2aba98ab8ad0dc1359444a9043c9e08849221.tar.zst freebsd-ports-gnome-e6c2aba98ab8ad0dc1359444a9043c9e08849221.zip |
- Trim Makefile header
- Add empty directory created by the port to plist
Diffstat (limited to 'audio')
-rw-r--r-- | audio/ample/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/audio/ample/Makefile b/audio/ample/Makefile index 05144a4054d6..6068b866742f 100644 --- a/audio/ample/Makefile +++ b/audio/ample/Makefile @@ -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> |