diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:49:39 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:49:39 +0000 |
commit | f0d1c93f67019d7e8c46eaf26502e7daf5693df0 (patch) | |
tree | e73b0ffb00d0d468757b9774feb6e0bb2645a639 /x11-fm/asfiles | |
parent | b6a8e68895ef71e14390c2f494a293e9ee65b029 (diff) |
Notes
Diffstat (limited to 'x11-fm/asfiles')
-rw-r--r-- | x11-fm/asfiles/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11-fm/asfiles/Makefile b/x11-fm/asfiles/Makefile index b0ec88eb746d..671cdba279c1 100644 --- a/x11-fm/asfiles/Makefile +++ b/x11-fm/asfiles/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ASFiles -# Date created: 17 August 1997 -# Whom: lukin@okbmei.msk.su -# +# Created by: lukin@okbmei.msk.su # $FreeBSD$ -# PORTNAME= asfiles PORTVERSION= 1.0 @@ -28,6 +24,7 @@ MAN3= regexp.3 CONFIGURE_ARGS+=--with-dnd-inc=${LOCALBASE}/include \ --with-dnd-lib=${LOCALBASE}/lib +NO_STAGE= yes post-install: ${PATCH} ${PATCH_ARGS} < ${FILESDIR}/last-patch-aa ${INSTALL_DATA} ${WRKSRC}/src/Files.ad ${PREFIX}/lib/X11/app-defaults/ |